Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AzureBlobStorageLinkedService

Package version

The azure blob storage linked service.

Hierarchy

Indexable

[property: string]: any

Describes unknown properties. The value of an unknown property can be of "any" type.

Index

Properties

Optional accountKey

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

Optional accountKind

accountKind: undefined | string

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

Optional annotations

annotations: any[]

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

Optional azureCloudType

azureCloudType: any

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

Optional connectVia

The integration runtime reference.

Optional connectionString

connectionString: any

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

Optional description

description: undefined | string

Linked service description.

Optional encryptedCredential

encryptedCredential: undefined | string

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

Optional parameters

parameters: undefined | {}

Parameters for linked service.

Optional sasToken

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

Optional sasUri

sasUri: any

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

Optional serviceEndpoint

serviceEndpoint: undefined | string

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

Optional servicePrincipalId

servicePrincipalId: any

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

Optional servicePrincipalKey

servicePrincipalKey: SecretBaseUnion

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

Optional tenant

tenant: any

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

type

type: "AzureBlobStorage"

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

Generated using TypeDoc