Share via


SharePointOnlineListLinkedService Constructors

Definition

Overloads

SharePointOnlineListLinkedService(DataFactoryElement<String>, DataFactoryElement<String>, DataFactoryElement<String>, DataFactorySecret)

Initializes a new instance of SharePointOnlineListLinkedService.

SharePointOnlineListLinkedService(DataFactoryElement<String>, DataFactoryElement<String>, DataFactoryElement<String>, DataFactorySecretBaseDefinition)

Initializes a new instance of SharePointOnlineListLinkedService.

SharePointOnlineListLinkedService(DataFactoryElement<String>, DataFactoryElement<String>, DataFactoryElement<String>, DataFactorySecret)

Source:
SharePointOnlineListLinkedService.cs

Initializes a new instance of SharePointOnlineListLinkedService.

public SharePointOnlineListLinkedService (Azure.Core.Expressions.DataFactory.DataFactoryElement<string> siteUri, Azure.Core.Expressions.DataFactory.DataFactoryElement<string> tenantId, Azure.Core.Expressions.DataFactory.DataFactoryElement<string> servicePrincipalId, Azure.Core.Expressions.DataFactory.DataFactorySecret servicePrincipalKey);
new Azure.ResourceManager.DataFactory.Models.SharePointOnlineListLinkedService : Azure.Core.Expressions.DataFactory.DataFactoryElement<string> * Azure.Core.Expressions.DataFactory.DataFactoryElement<string> * Azure.Core.Expressions.DataFactory.DataFactoryElement<string> * Azure.Core.Expressions.DataFactory.DataFactorySecret -> Azure.ResourceManager.DataFactory.Models.SharePointOnlineListLinkedService
Public Sub New (siteUri As DataFactoryElement(Of String), tenantId As DataFactoryElement(Of String), servicePrincipalId As DataFactoryElement(Of String), servicePrincipalKey As DataFactorySecret)

Parameters

siteUri
DataFactoryElement<String>

The URL of the SharePoint Online site. For example, https://contoso.sharepoint.com/sites/siteName. Type: string (or Expression with resultType string).

tenantId
DataFactoryElement<String>

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).

servicePrincipalId
DataFactoryElement<String>

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
DataFactorySecret

The client secret of your application registered in Azure Active Directory. Type: string (or Expression with resultType string).

Exceptions

siteUri, tenantId, servicePrincipalId or servicePrincipalKey is null.

Applies to

SharePointOnlineListLinkedService(DataFactoryElement<String>, DataFactoryElement<String>, DataFactoryElement<String>, DataFactorySecretBaseDefinition)

Source:
SharePointOnlineListLinkedService.cs

Initializes a new instance of SharePointOnlineListLinkedService.

public SharePointOnlineListLinkedService (Azure.Core.Expressions.DataFactory.DataFactoryElement<string> siteUri, Azure.Core.Expressions.DataFactory.DataFactoryElement<string> tenantId, Azure.Core.Expressions.DataFactory.DataFactoryElement<string> servicePrincipalId, Azure.Core.Expressions.DataFactory.DataFactorySecretBaseDefinition servicePrincipalKey);
new Azure.ResourceManager.DataFactory.Models.SharePointOnlineListLinkedService : Azure.Core.Expressions.DataFactory.DataFactoryElement<string> * Azure.Core.Expressions.DataFactory.DataFactoryElement<string> * Azure.Core.Expressions.DataFactory.DataFactoryElement<string> * Azure.Core.Expressions.DataFactory.DataFactorySecretBaseDefinition -> Azure.ResourceManager.DataFactory.Models.SharePointOnlineListLinkedService
Public Sub New (siteUri As DataFactoryElement(Of String), tenantId As DataFactoryElement(Of String), servicePrincipalId As DataFactoryElement(Of String), servicePrincipalKey As DataFactorySecretBaseDefinition)

Parameters

siteUri
DataFactoryElement<String>

The URL of the SharePoint Online site. For example, https://contoso.sharepoint.com/sites/siteName. Type: string (or Expression with resultType string).

tenantId
DataFactoryElement<String>

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).

servicePrincipalId
DataFactoryElement<String>

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
DataFactorySecretBaseDefinition

The client secret of your application registered in Azure Active Directory. Type: string (or Expression with resultType string).

Exceptions

siteUri, tenantId, servicePrincipalId or servicePrincipalKey is null.

Applies to