Sql Server Instance Properties Response
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)
Properties
Link copied to clipboard
Status of Azure Defender.
Link copied to clipboard
Timestamp of last Azure Defender status update.
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
SQL Server current version.
Link copied to clipboard
SQL Server instance name.
Link copied to clipboard
SQL Server license type.
Link copied to clipboard
SQL Server update level.
Link copied to clipboard
The provisioning state of the Arc-enabled SQL Server resource.
Link copied to clipboard
Dynamic TCP ports used by SQL Server.
Link copied to clipboard
Static TCP ports used by SQL Server.