Package version:

Interface AzureMySqlLinkedService

Azure MySQL database linked service.

interface AzureMySqlLinkedService {
    annotations?: any[];
    connectionString: any;
    connectVia?: IntegrationRuntimeReference;
    description?: string;
    encryptedCredential?: string;
    parameters?: {
        [propertyName: string]: ParameterSpecification;
    };
    password?: AzureKeyVaultSecretReference;
    type: "AzureMySql";
    version?: string;
}

Hierarchy (view full)

Properties

annotations?: any[]

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

connectionString: any

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

The integration runtime reference.

description?: string

Linked service description.

encryptedCredential?: string

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

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

Parameters for linked service.

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

type

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

version?: string

Version of the linked service.