AzureBlobStorageLinkedService interface

The azure blob storage linked service.

Extends

Properties

accountKey

The Azure key vault secret reference of accountKey in connection string.

accountKind

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

authenticationType

The type used for authentication. Type: string.

azureCloudType

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

connectionString

The connection string. It is mutually exclusive with sasUri, serviceEndpoint property. Type: string, SecureString or AzureKeyVaultSecretReference.

containerUri

Container uri of the Azure Blob Storage resource only support for anonymous access. Type: string (or Expression with resultType string).

credential

The credential reference containing authentication information.

encryptedCredential

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

sasToken

The Azure key vault secret reference of sasToken in sas uri.

sasUri

SAS URI of the Azure Blob Storage resource. It is mutually exclusive with connectionString, serviceEndpoint property. Type: string, SecureString or AzureKeyVaultSecretReference.

serviceEndpoint

Blob service endpoint of the Azure Blob Storage resource. It is mutually exclusive with connectionString, sasUri property.

servicePrincipalId

The ID of the service principal used to authenticate against Azure SQL Data Warehouse. Type: string (or Expression with resultType string).

servicePrincipalKey

The key of the service principal used to authenticate against Azure SQL Data Warehouse.

tenant

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

type

Polymorphic discriminator, which specifies the different types this object can be

Inherited Properties

annotations

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

connectVia

The integration runtime reference.

description

Linked service description.

parameters

Parameters for linked service.

version

Version of the linked service.

Property Details

accountKey

The Azure key vault secret reference of accountKey in connection string.

accountKey?: AzureKeyVaultSecretReference

Property Value

accountKind

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

accountKind?: any

Property Value

any

authenticationType

The type used for authentication. Type: string.

authenticationType?: string

Property Value

string

azureCloudType

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

azureCloudType?: any

Property Value

any

connectionString

The connection string. It is mutually exclusive with sasUri, serviceEndpoint property. Type: string, SecureString or AzureKeyVaultSecretReference.

connectionString?: any

Property Value

any

containerUri

Container uri of the Azure Blob Storage resource only support for anonymous access. Type: string (or Expression with resultType string).

containerUri?: any

Property Value

any

credential

The credential reference containing authentication information.

credential?: CredentialReference

Property Value

encryptedCredential

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

encryptedCredential?: string

Property Value

string

sasToken

The Azure key vault secret reference of sasToken in sas uri.

sasToken?: AzureKeyVaultSecretReference

Property Value

sasUri

SAS URI of the Azure Blob Storage resource. It is mutually exclusive with connectionString, serviceEndpoint property. Type: string, SecureString or AzureKeyVaultSecretReference.

sasUri?: any

Property Value

any

serviceEndpoint

Blob service endpoint of the Azure Blob Storage resource. It is mutually exclusive with connectionString, sasUri property.

serviceEndpoint?: any

Property Value

any

servicePrincipalId

The ID of the service principal used to authenticate against Azure SQL Data Warehouse. Type: string (or Expression with resultType string).

servicePrincipalId?: any

Property Value

any

servicePrincipalKey

The key of the service principal used to authenticate against Azure SQL Data Warehouse.

servicePrincipalKey?: SecretBaseUnion

Property Value

tenant

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

tenant?: any

Property Value

any

type

Polymorphic discriminator, which specifies the different types this object can be

type: "AzureBlobStorage"

Property Value

"AzureBlobStorage"

Inherited Property Details

annotations

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

annotations?: any[]

Property Value

any[]

Inherited From LinkedService.annotations

connectVia

The integration runtime reference.

connectVia?: IntegrationRuntimeReference

Property Value

Inherited From LinkedService.connectVia

description

Linked service description.

description?: string

Property Value

string

Inherited From LinkedService.description

parameters

Parameters for linked service.

parameters?: {[propertyName: string]: ParameterSpecification}

Property Value

{[propertyName: string]: ParameterSpecification}

Inherited From LinkedService.parameters

version

Version of the linked service.

version?: string

Property Value

string

Inherited From LinkedService.version