SharePointOnlineListLinkedService Constructors
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.
Overloads
SharePointOnlineListLinkedService(DataFactoryElement<String>, DataFactoryElement<String>, DataFactoryElement<String>)
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);
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.ResourceManager.DataFactory.Models.SharePointOnlineListLinkedService
Public Sub New (siteUri As DataFactoryElement(Of String), tenantId As DataFactoryElement(Of String), servicePrincipalId As DataFactoryElement(Of String))
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).
Exceptions
siteUri
, tenantId
or servicePrincipalId
is null.
Applies to
SharePointOnlineListLinkedService(DataFactoryElement<String>, DataFactoryElement<String>, DataFactoryElement<String>, DataFactorySecret)
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)
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
Azure SDK for .NET