Office365LinkedService 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.
Office365 linked service.
[System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.Office365LinkedService+Office365LinkedServiceConverter))]
public class Office365LinkedService : Azure.Analytics.Synapse.Artifacts.Models.LinkedService
[<System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.Office365LinkedService+Office365LinkedServiceConverter))>]
type Office365LinkedService = class
inherit LinkedService
Public Class Office365LinkedService
Inherits LinkedService
- Inheritance
- Attributes
Constructors
| Name | Description |
|---|---|
| Office365LinkedService(Object, Object, Object, SecretBase) |
Initializes a new instance of Office365LinkedService. |
Properties
| Name | Description |
|---|---|
| AdditionalProperties |
Additional Properties. (Inherited from LinkedService) |
| 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). |
| Office365TenantId |
Azure tenant ID to which the Office 365 account belongs. Type: string (or Expression with resultType string). |
| Parameters |
Parameters for linked service. (Inherited from LinkedService) |
| ServicePrincipalCredentialType |
The service principal credential type for authentication.'ServicePrincipalKey' for key/secret, 'ServicePrincipalCert' for certificate. If not specified, 'ServicePrincipalKey' is in use. 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). Please note SecretBase is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include AzureKeyVaultSecretReference and SecureString. |
| 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). Please note SecretBase is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include AzureKeyVaultSecretReference and SecureString. |
| ServicePrincipalId |
Specify the application's client ID. Type: string (or Expression with resultType string). |
| ServicePrincipalKey |
Specify the application's key. Please note SecretBase is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include AzureKeyVaultSecretReference and SecureString. |
| ServicePrincipalTenantId |
Specify the tenant information under which your Azure AD web application resides. Type: string (or Expression with resultType string). |
| Version |
Version of the linked service. (Inherited from LinkedService) |