AzureBlobStorageLinkedService Class
The azure blob storage linked service.
All required parameters must be populated in order to send to server.
- Inheritance
-
azure.mgmt.datafactory.models._models_py3.LinkedServiceAzureBlobStorageLinkedService
Constructor
AzureBlobStorageLinkedService(*, 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, connection_string: MutableMapping[str, Any] | None = None, account_key: _models.AzureKeyVaultSecretReference | None = None, sas_uri: MutableMapping[str, Any] | None = None, sas_token: _models.AzureKeyVaultSecretReference | None = None, service_endpoint: 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, azure_cloud_type: MutableMapping[str, Any] | None = None, account_kind: MutableMapping[str, Any] | None = None, encrypted_credential: str | None = None, credential: _models.CredentialReference | None = None, authentication_type: str | _models.AzureStorageAuthenticationType | None = None, container_uri: MutableMapping[str, Any] | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
additional_properties
|
Unmatched properties from the message are deserialized to this collection. |
version
|
Version of the linked service. |
connect_via
|
The integration runtime reference. |
description
|
Linked service description. |
parameters
|
Parameters for linked service. |
annotations
|
list[<xref:JSON>]
List of tags that can be used for describing the linked service. |
connection_string
|
<xref:JSON>
The connection string. It is mutually exclusive with sasUri, serviceEndpoint property. Type: string, SecureString or AzureKeyVaultSecretReference. |
account_key
|
The Azure key vault secret reference of accountKey in connection string. |
sas_uri
|
<xref:JSON>
SAS URI of the Azure Blob Storage resource. It is mutually exclusive with connectionString, serviceEndpoint property. Type: string, SecureString or AzureKeyVaultSecretReference. |
sas_token
|
The Azure key vault secret reference of sasToken in sas uri. |
service_endpoint
|
<xref:JSON>
Blob service endpoint of the Azure Blob Storage resource. It is mutually exclusive with connectionString, sasUri property. |
service_principal_id
|
<xref:JSON>
The ID of the service principal used to authenticate against Azure SQL Data Warehouse. Type: string (or Expression with resultType string). |
service_principal_key
|
The key of the service principal used to authenticate against Azure SQL Data Warehouse. |
tenant
|
<xref:JSON>
The name or ID of the tenant to which the service principal belongs. Type: string (or Expression with resultType string). |
azure_cloud_type
|
<xref:JSON>
Indicates the azure cloud type of the service principle auth. Allowed values are AzurePublic, AzureChina, AzureUsGovernment, AzureGermany. Default value is the data factory regions' cloud type. Type: string (or Expression with resultType string). |
account_kind
|
<xref:JSON>
Specify the kind of your storage account. Allowed values are: Storage (general purpose v1), StorageV2 (general purpose v2), BlobStorage, or BlockBlobStorage. Type: string (or Expression with resultType string). |
encrypted_credential
|
The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string. |
credential
|
The credential reference containing authentication information. |
authentication_type
|
The type used for authentication. Type: string. Known values are: "Anonymous", "AccountKey", "SasUri", "ServicePrincipal", and "Msi". |
container_uri
|
<xref:JSON>
Container uri of the Azure Blob Storage resource only support for anonymous access. Type: string (or Expression with resultType string). |
Variables
Name | Description |
---|---|
additional_properties
|
Unmatched properties from the message are deserialized to this collection. |
type
|
Type of linked service. Required. |
version
|
Version of the linked service. |
connect_via
|
The integration runtime reference. |
description
|
Linked service description. |
parameters
|
Parameters for linked service. |
annotations
|
list[<xref:JSON>]
List of tags that can be used for describing the linked service. |
connection_string
|
<xref:JSON>
The connection string. It is mutually exclusive with sasUri, serviceEndpoint property. Type: string, SecureString or AzureKeyVaultSecretReference. |
account_key
|
The Azure key vault secret reference of accountKey in connection string. |
sas_uri
|
<xref:JSON>
SAS URI of the Azure Blob Storage resource. It is mutually exclusive with connectionString, serviceEndpoint property. Type: string, SecureString or AzureKeyVaultSecretReference. |
sas_token
|
The Azure key vault secret reference of sasToken in sas uri. |
service_endpoint
|
<xref:JSON>
Blob service endpoint of the Azure Blob Storage resource. It is mutually exclusive with connectionString, sasUri property. |
service_principal_id
|
<xref:JSON>
The ID of the service principal used to authenticate against Azure SQL Data Warehouse. Type: string (or Expression with resultType string). |
service_principal_key
|
The key of the service principal used to authenticate against Azure SQL Data Warehouse. |
tenant
|
<xref:JSON>
The name or ID of the tenant to which the service principal belongs. Type: string (or Expression with resultType string). |
azure_cloud_type
|
<xref:JSON>
Indicates the azure cloud type of the service principle auth. Allowed values are AzurePublic, AzureChina, AzureUsGovernment, AzureGermany. Default value is the data factory regions' cloud type. Type: string (or Expression with resultType string). |
account_kind
|
<xref:JSON>
Specify the kind of your storage account. Allowed values are: Storage (general purpose v1), StorageV2 (general purpose v2), BlobStorage, or BlockBlobStorage. Type: string (or Expression with resultType string). |
encrypted_credential
|
The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string. |
credential
|
The credential reference containing authentication information. |
authentication_type
|
The type used for authentication. Type: string. Known values are: "Anonymous", "AccountKey", "SasUri", "ServicePrincipal", and "Msi". |
container_uri
|
<xref:JSON>
Container uri of the Azure Blob Storage resource only support for anonymous access. Type: string (or Expression with resultType string). |
Azure SDK for Python