SharePointOnlineListLinkedService Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
SharePoint Online List linked service.
[System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.SharePointOnlineListLinkedService+SharePointOnlineListLinkedServiceConverter))]
public class SharePointOnlineListLinkedService : Azure.Analytics.Synapse.Artifacts.Models.LinkedService
[<System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.SharePointOnlineListLinkedService+SharePointOnlineListLinkedServiceConverter))>]
type SharePointOnlineListLinkedService = class
inherit LinkedService
Public Class SharePointOnlineListLinkedService
Inherits LinkedService
- Inheritance
- Attributes
-
System.Text.Json.Serialization.JsonConverterAttribute
Constructors
SharePointOnlineListLinkedService(Object, Object, Object, SecretBase) |
Initializes a new instance of SharePointOnlineListLinkedService. |
Properties
Annotations |
List of tags that can be used for describing the linked service. (Inherited from LinkedService) |
ConnectVia |
The integration runtime reference. (Inherited from LinkedService) |
Description |
Linked service description. (Inherited from LinkedService) |
EncryptedCredential |
The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string). |
Item[String] |
Gets or sets the element with the specified key. (Inherited from LinkedService) |
Keys |
Gets an System.Collections.Generic.ICollection`1 containing the keys of the System.Collections.Generic.IDictionary`2. (Inherited from LinkedService) |
Parameters |
Parameters for linked service. (Inherited from LinkedService) |
ServicePrincipalId |
The application (client) ID of your application registered in Azure Active Directory. Make sure to grant SharePoint site permission to this application. Type: string (or Expression with resultType string). |
ServicePrincipalKey |
The client secret of your application registered in Azure Active Directory. Type: string (or Expression with resultType string). |
SiteUrl |
The URL of the SharePoint Online site. For example, https://contoso.sharepoint.com/sites/siteName. Type: string (or Expression with resultType string). |
TenantId |
The tenant ID under which your application resides. You can find it from Azure portal Active Directory overview page. Type: string (or Expression with resultType string). |
Values |
Gets an System.Collections.Generic.ICollection`1 containing the values in the System.Collections.Generic.IDictionary`2. (Inherited from LinkedService) |
Methods
Add(String, Object) |
Adds an element with the provided key and value to the System.Collections.Generic.IDictionary`2. (Inherited from LinkedService) |
ContainsKey(String) |
Determines whether the System.Collections.Generic.IDictionary`2 contains an element with the specified key. (Inherited from LinkedService) |
GetEnumerator() |
Returns an enumerator that iterates through the collection. (Inherited from LinkedService) |
Remove(String) |
Removes the element with the specified key from the System.Collections.Generic.IDictionary`2. (Inherited from LinkedService) |
TryGetValue(String, Object) |
Gets the value associated with the specified key. (Inherited from LinkedService) |
Explicit Interface Implementations
ICollection<KeyValuePair<String,Object>>.Add(KeyValuePair<String,Object>) |
Adds an item to the System.Collections.Generic.ICollection`1. (Inherited from LinkedService) |
ICollection<KeyValuePair<String,Object>>.Clear() |
Removes all items from the System.Collections.Generic.ICollection`1. (Inherited from LinkedService) |
ICollection<KeyValuePair<String,Object>>.Contains(KeyValuePair<String,Object>) |
Determines whether the System.Collections.Generic.ICollection`1 contains a specific value. (Inherited from LinkedService) |
ICollection<KeyValuePair<String,Object>>.CopyTo(KeyValuePair<String,Object>[], Int32) |
Copies the elements of the System.Collections.Generic.ICollection`1 to an System.Array, starting at a particular System.Array index. (Inherited from LinkedService) |
ICollection<KeyValuePair<String,Object>>.Count |
Gets the number of elements contained in the System.Collections.Generic.ICollection`1. (Inherited from LinkedService) |
ICollection<KeyValuePair<String,Object>>.IsReadOnly |
Gets a value indicating whether the System.Collections.Generic.ICollection`1 is read-only. (Inherited from LinkedService) |
ICollection<KeyValuePair<String,Object>>.Remove(KeyValuePair<String,Object>) |
Removes the first occurrence of a specific object from the System.Collections.Generic.ICollection`1. (Inherited from LinkedService) |
IEnumerable.GetEnumerator() |
Returns an enumerator that iterates through a collection. (Inherited from LinkedService) |
Extension Methods
GetValueOrAdd<TKey,TValue>(IDictionary<TKey,TValue>, TKey, Func<TKey,TValue>) |
Gets or adds the value associated with specified key. |
GetValueOrDefault<TKey,TValue>(IDictionary<TKey,TValue>, TKey, TValue) |
Gets the value associated with specified key. |