My Sql Linked Service Args
data class MySqlLinkedServiceArgs(val annotations: Output<List<Any>>? = null, val connectVia: Output<IntegrationRuntimeReferenceArgs>? = null, val connectionString: Output<Any>, val description: Output<String>? = null, val encryptedCredential: Output<String>? = null, val parameters: Output<Map<String, ParameterSpecificationArgs>>? = null, val password: Output<AzureKeyVaultSecretReferenceArgs>? = null, val type: Output<String>) : ConvertibleToJava<MySqlLinkedServiceArgs>
Linked service for MySQL data source.
Constructors
Link copied to clipboard
fun MySqlLinkedServiceArgs(annotations: Output<List<Any>>? = null, connectVia: Output<IntegrationRuntimeReferenceArgs>? = null, connectionString: Output<Any>, description: Output<String>? = null, encryptedCredential: Output<String>? = null, parameters: Output<Map<String, ParameterSpecificationArgs>>? = null, password: Output<AzureKeyVaultSecretReferenceArgs>? = null, type: Output<String>)