My Sql Linked Service Args
data class MySqlLinkedServiceArgs(val annotations: Output<List<Any>>? = null, val connectVia: Output<IntegrationRuntimeReferenceArgs>? = null, val connectionString: Output<Any>? = null, val database: Output<Any>? = null, val description: Output<String>? = null, val driverVersion: Output<Any>? = null, val encryptedCredential: Output<String>? = null, val parameters: Output<Map<String, ParameterSpecificationArgs>>? = null, val password: Output<AzureKeyVaultSecretReferenceArgs>? = null, val port: Output<Any>? = null, val server: Output<Any>? = null, val sslMode: Output<Any>? = null, val type: Output<String>, val useSystemTrustStore: Output<Any>? = null, val username: Output<Any>? = null) : ConvertibleToJava<MySqlLinkedServiceArgs>
Linked service for MySQL data source.
Constructors
Link copied to clipboard
constructor(annotations: Output<List<Any>>? = null, connectVia: Output<IntegrationRuntimeReferenceArgs>? = null, connectionString: Output<Any>? = null, database: Output<Any>? = null, description: Output<String>? = null, driverVersion: Output<Any>? = null, encryptedCredential: Output<String>? = null, parameters: Output<Map<String, ParameterSpecificationArgs>>? = null, password: Output<AzureKeyVaultSecretReferenceArgs>? = null, port: Output<Any>? = null, server: Output<Any>? = null, sslMode: Output<Any>? = null, type: Output<String>, useSystemTrustStore: Output<Any>? = null, username: Output<Any>? = null)
Properties
Link copied to clipboard
List of tags that can be used for describing the linked service.
Link copied to clipboard
The connection string. Type: string, SecureString or AzureKeyVaultSecretReference.
Link copied to clipboard
The integration runtime reference.
Link copied to clipboard
Linked service description.
Link copied to clipboard
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.
Link copied to clipboard
The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
Link copied to clipboard
Parameters for linked service.
Link copied to clipboard
The Azure key vault secret reference of password in connection string.
Link copied to clipboard
Use system trust store for connection. Type: integer. 0: enable, 1: disable.