MySqlLinkedService interface

Linked service for MySQL data source.

Extends

Properties

connectionString

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

database

Database name for connection. Type: string.

driverVersion

The version of the MySQL driver. Type: string. V1 or empty for legacy driver, V2 for new driver. V1 can support connection string and property bag, V2 can only support connection string.

encryptedCredential

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

password

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

port

The port for the connection. Type: integer.

server

Server name for connection. Type: string.

sslMode

SSL mode for connection. Type: integer. 0: disable, 1: prefer, 2: require, 3: verify-ca, 4: verify-full.

type

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

username

Username for authentication. Type: string.

useSystemTrustStore

Use system trust store for connection. Type: integer. 0: enable, 1: disable.

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.

Property Details

connectionString

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

connectionString?: any

Property Value

any

database

Database name for connection. Type: string.

database?: any

Property Value

any

driverVersion

The version of the MySQL driver. Type: string. V1 or empty for legacy driver, V2 for new driver. V1 can support connection string and property bag, V2 can only support connection string.

driverVersion?: any

Property Value

any

encryptedCredential

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

encryptedCredential?: string

Property Value

string

password

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

password?: AzureKeyVaultSecretReference

Property Value

port

The port for the connection. Type: integer.

port?: any

Property Value

any

server

Server name for connection. Type: string.

server?: any

Property Value

any

sslMode

SSL mode for connection. Type: integer. 0: disable, 1: prefer, 2: require, 3: verify-ca, 4: verify-full.

sslMode?: any

Property Value

any

type

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

type: "MySql"

Property Value

"MySql"

username

Username for authentication. Type: string.

username?: any

Property Value

any

useSystemTrustStore

Use system trust store for connection. Type: integer. 0: enable, 1: disable.

useSystemTrustStore?: any

Property Value

any

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