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.
public class SharePointOnlineListLinkedService : Azure.ResourceManager.DataFactory.Models.DataFactoryLinkedServiceProperties, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.DataFactory.Models.SharePointOnlineListLinkedService>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.DataFactory.Models.SharePointOnlineListLinkedService>
public class SharePointOnlineListLinkedService : Azure.ResourceManager.DataFactory.Models.DataFactoryLinkedServiceProperties
type SharePointOnlineListLinkedService = class
inherit DataFactoryLinkedServiceProperties
interface IJsonModel<SharePointOnlineListLinkedService>
interface IPersistableModel<SharePointOnlineListLinkedService>
type SharePointOnlineListLinkedService = class
inherit DataFactoryLinkedServiceProperties
Public Class SharePointOnlineListLinkedService
Inherits DataFactoryLinkedServiceProperties
Implements IJsonModel(Of SharePointOnlineListLinkedService), IPersistableModel(Of SharePointOnlineListLinkedService)
Public Class SharePointOnlineListLinkedService
Inherits DataFactoryLinkedServiceProperties
- Inheritance
- Implements
Constructors
Properties
AdditionalProperties |
Additional Properties To assign an object to the value of this property use FromObjectAsJson<T>(T, JsonSerializerOptions). To assign an already formatted json string to this property use FromString(String). Examples:
|
Annotations |
List of tags that can be used for describing the linked service. To assign an object to the element of this property use FromObjectAsJson<T>(T, JsonSerializerOptions). To assign an already formatted json string to this property use FromString(String). Examples:
|
ConnectVia |
The integration runtime reference. (Inherited from DataFactoryLinkedServiceProperties) |
Description |
Linked service description. (Inherited from DataFactoryLinkedServiceProperties) |
EncryptedCredential |
The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string. |
LinkedServiceVersion |
Version of the linked service. (Inherited from DataFactoryLinkedServiceProperties) |
Parameters |
Parameters for linked service. (Inherited from DataFactoryLinkedServiceProperties) |
ServicePrincipalCredentialType |
The service principal credential type to use in Server-To-Server authentication. 'ServicePrincipalKey' for key/secret, 'ServicePrincipalCert' for certificate. Type: string (or Expression with resultType string). |
ServicePrincipalEmbeddedCert |
Specify the base64 encoded certificate of your application registered in Azure Active Directory. Type: string (or Expression with resultType string). |
ServicePrincipalEmbeddedCertPassword |
Specify the password of your certificate if your certificate has a password and you are using AadServicePrincipal authentication. Type: string (or Expression with resultType string). |
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). |
SiteUri |
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). |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | |
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | (Inherited from DataFactoryLinkedServiceProperties) |
Explicit Interface Implementations
Applies to
Azure SDK for .NET