SqlConnectivityUpdateSettingsResponse

data class SqlConnectivityUpdateSettingsResponse(val connectivityType: String? = null, val port: Int? = null)

Set the access level and network port settings for SQL Server.

Constructors

Link copied to clipboard
constructor(connectivityType: String? = null, port: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

SQL Server connectivity option.

Link copied to clipboard
val port: Int? = null

SQL Server port.