SqlServerInstancePropertiesResponse

data class SqlServerInstancePropertiesResponse(val collation: String? = null, val containerResourceId: String, val createTime: String, val currentVersion: String? = null, val edition: String? = null, val instanceName: String? = null, val licenseType: String? = null, val patchLevel: String? = null, val productId: String? = null, val provisioningState: String, val status: String, val tcpDynamicPorts: String? = null, val tcpStaticPorts: String? = null, val vCore: String? = null, val version: String? = null)

Properties of SqlServerInstance.

Constructors

Link copied to clipboard
constructor(collation: String? = null, containerResourceId: String, createTime: String, currentVersion: String? = null, edition: String? = null, instanceName: String? = null, licenseType: String? = null, patchLevel: String? = null, productId: String? = null, provisioningState: String, status: String, tcpDynamicPorts: String? = null, tcpStaticPorts: String? = null, vCore: String? = null, version: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val collation: String? = null

SQL Server collation.

Link copied to clipboard

ARM Resource id of the container resource (Azure Arc for Servers).

Link copied to clipboard

The time when the resource was created.

Link copied to clipboard
val currentVersion: String? = null

SQL Server current version.

Link copied to clipboard
val edition: String? = null

SQL Server edition.

Link copied to clipboard
val instanceName: String? = null

SQL Server instance name.

Link copied to clipboard
val licenseType: String? = null

SQL Server license type.

Link copied to clipboard
val patchLevel: String? = null

SQL Server update level.

Link copied to clipboard
val productId: String? = null

SQL Server product ID.

Link copied to clipboard
Link copied to clipboard

The cloud connectivity status.

Link copied to clipboard
val tcpDynamicPorts: String? = null

Dynamic TCP ports used by SQL Server.

Link copied to clipboard
val tcpStaticPorts: String? = null

Static TCP ports used by SQL Server.

Link copied to clipboard
val vCore: String? = null

The number of logical processors used by the SQL Server instance.

Link copied to clipboard
val version: String? = null

SQL Server version.