Package version:

Interface AzureStorageLinkedService

The storage account linked service.

Hierarchy

Properties

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

annotations?: any[]

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

The integration runtime reference.

connectionString?: any

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

description?: string

Linked service description.

encryptedCredential?: string

The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string).

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

Parameters for linked service.

Type declaration

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

sasUri?: any

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

type: "AzureStorage"

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

Generated using TypeDoc