WarehouseLinkedService Class

Microsoft Fabric Warehouse linked service.

All required parameters must be populated in order to send to server.

Inheritance
azure.mgmt.datafactory.models._models_py3.LinkedService
WarehouseLinkedService

Constructor

WarehouseLinkedService(*, artifact_id: MutableMapping[str, Any], endpoint: MutableMapping[str, Any], additional_properties: Dict[str, MutableMapping[str, Any]] | None = None, version: str | None = None, connect_via: _models.IntegrationRuntimeReference | None = None, description: str | None = None, parameters: Dict[str, _models.ParameterSpecification] | None = None, annotations: List[MutableMapping[str, Any]] | None = None, workspace_id: MutableMapping[str, Any] | None = None, service_principal_id: MutableMapping[str, Any] | None = None, service_principal_key: _models.SecretBase | None = None, tenant: MutableMapping[str, Any] | None = None, encrypted_credential: str | None = None, service_principal_credential_type: MutableMapping[str, Any] | None = None, service_principal_credential: _models.SecretBase | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
additional_properties
dict[str, <xref:JSON>]

Unmatched properties from the message are deserialized to this collection.

version
str

Version of the linked service.

connect_via

The integration runtime reference.

description
str

Linked service description.

parameters

Parameters for linked service.

annotations
list[<xref:JSON>]

List of tags that can be used for describing the linked service.

artifact_id
<xref:JSON>

The ID of Microsoft Fabric Warehouse artifact. Type: string (or Expression with resultType string). Required.

endpoint
<xref:JSON>

The endpoint of Microsoft Fabric Warehouse server. Type: string (or Expression with resultType string). Required.

workspace_id
<xref:JSON>

The ID of Microsoft Fabric workspace. Type: string (or Expression with resultType string).

service_principal_id
<xref:JSON>

The ID of the application used to authenticate against Microsoft Fabric Warehouse. Type: string (or Expression with resultType string).

service_principal_key

The Key of the application used to authenticate against Microsoft Fabric Warehouse.

tenant
<xref:JSON>

The name or ID of the tenant to which the service principal belongs. Type: string (or Expression with resultType string).

encrypted_credential
str

The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.

service_principal_credential_type
<xref:JSON>

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

service_principal_credential

The credential of the service principal object in Azure Active Directory. If servicePrincipalCredentialType is 'ServicePrincipalKey', servicePrincipalCredential can be SecureString or AzureKeyVaultSecretReference. If servicePrincipalCredentialType is 'ServicePrincipalCert', servicePrincipalCredential can only be AzureKeyVaultSecretReference.

Variables

Name Description
additional_properties
dict[str, <xref:JSON>]

Unmatched properties from the message are deserialized to this collection.

type
str

Type of linked service. Required.

version
str

Version of the linked service.

connect_via

The integration runtime reference.

description
str

Linked service description.

parameters

Parameters for linked service.

annotations
list[<xref:JSON>]

List of tags that can be used for describing the linked service.

artifact_id
<xref:JSON>

The ID of Microsoft Fabric Warehouse artifact. Type: string (or Expression with resultType string). Required.

endpoint
<xref:JSON>

The endpoint of Microsoft Fabric Warehouse server. Type: string (or Expression with resultType string). Required.

workspace_id
<xref:JSON>

The ID of Microsoft Fabric workspace. Type: string (or Expression with resultType string).

service_principal_id
<xref:JSON>

The ID of the application used to authenticate against Microsoft Fabric Warehouse. Type: string (or Expression with resultType string).

service_principal_key

The Key of the application used to authenticate against Microsoft Fabric Warehouse.

tenant
<xref:JSON>

The name or ID of the tenant to which the service principal belongs. Type: string (or Expression with resultType string).

encrypted_credential
str

The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.

service_principal_credential_type
<xref:JSON>

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

service_principal_credential

The credential of the service principal object in Azure Active Directory. If servicePrincipalCredentialType is 'ServicePrincipalKey', servicePrincipalCredential can be SecureString or AzureKeyVaultSecretReference. If servicePrincipalCredentialType is 'ServicePrincipalCert', servicePrincipalCredential can only be AzureKeyVaultSecretReference.