Sql Connection Info Args
data class SqlConnectionInfoArgs(val additionalSettings: Output<String>? = null, val authentication: Output<Either<String, AuthenticationType>>? = null, val dataSource: Output<String>, val encryptConnection: Output<Boolean>? = null, val password: Output<String>? = null, val platform: Output<Either<String, SqlSourcePlatform>>? = null, val port: Output<Int>? = null, val resourceId: Output<String>? = null, val serverBrandVersion: Output<String>? = null, val serverName: Output<String>? = null, val serverVersion: Output<String>? = null, val trustServerCertificate: Output<Boolean>? = null, val type: Output<String>, val userName: Output<String>? = null) : ConvertibleToJava<SqlConnectionInfoArgs>
Information for connecting to SQL database server
Constructors
Link copied to clipboard
constructor(additionalSettings: Output<String>? = null, authentication: Output<Either<String, AuthenticationType>>? = null, dataSource: Output<String>, encryptConnection: Output<Boolean>? = null, password: Output<String>? = null, platform: Output<Either<String, SqlSourcePlatform>>? = null, port: Output<Int>? = null, resourceId: Output<String>? = null, serverBrandVersion: Output<String>? = null, serverName: Output<String>? = null, serverVersion: Output<String>? = null, trustServerCertificate: Output<Boolean>? = null, type: Output<String>, userName: Output<String>? = null)
Properties
Link copied to clipboard
Additional connection settings
Link copied to clipboard
Authentication type to use for connection
Link copied to clipboard
Data source in the format Protocol:MachineName\SQLServerInstanceName,PortNumber
Link copied to clipboard
Whether to encrypt the connection
Link copied to clipboard
Server platform type for connection
Link copied to clipboard
Represents the ID of an HTTP resource represented by an Azure resource provider.
Link copied to clipboard
server brand version
Link copied to clipboard
name of the server
Link copied to clipboard
server version
Link copied to clipboard
Whether to trust the server certificate