Package version:

Interface AzureSqlDWLinkedService

Azure SQL Data Warehouse linked service.

Hierarchy

Properties

annotations?: any[]

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

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

The integration runtime reference.

connectionString: any

The connection string. Type: string, SecureString or AzureKeyVaultSecretReference. Type: string, SecureString or AzureKeyVaultSecretReference.

description?: string

Linked service description.

encryptedCredential?: any

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 password in connection string.

servicePrincipalId?: any

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

servicePrincipalKey?: SecretBaseUnion

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

tenant?: any

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

type: "AzureSqlDW"

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

Generated using TypeDoc