SqlServerInstancePropertiesResponse

data class SqlServerInstancePropertiesResponse(val azureDefenderStatus: String? = null, val azureDefenderStatusLastUpdated: String? = null, val collation: String? = null, val containerResourceId: String, val cores: String? = null, val createTime: String, val currentVersion: String? = null, val edition: String? = null, val hostType: 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(azureDefenderStatus: String? = null, azureDefenderStatusLastUpdated: String? = null, collation: String? = null, containerResourceId: String, cores: String? = null, createTime: String, currentVersion: String? = null, edition: String? = null, hostType: 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

Status of Azure Defender.

Link copied to clipboard

Timestamp of last Azure Defender status update.

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
val cores: String? = null

The number of total cores of the Operating System Environment (OSE) hosting the SQL Server instance.

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 hostType: String? = null

Type of host for Azure Arc SQL Server

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

The provisioning state of the Arc-enabled SQL Server resource.

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.