Sql Server Linked Service Args
data class SqlServerLinkedServiceArgs(val alwaysEncryptedSettings: Output<SqlAlwaysEncryptedPropertiesArgs>? = null, 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<Either<AzureKeyVaultSecretReferenceArgs, SecureStringArgs>>? = null, val type: Output<String>, val userName: Output<Any>? = null) : ConvertibleToJava<SqlServerLinkedServiceArgs>
SQL Server linked service.
Constructors
Link copied to clipboard
fun SqlServerLinkedServiceArgs(alwaysEncryptedSettings: Output<SqlAlwaysEncryptedPropertiesArgs>? = null, 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<Either<AzureKeyVaultSecretReferenceArgs, SecureStringArgs>>? = null, type: Output<String>, userName: Output<Any>? = null)