SqlServerEsuLicensePropertiesResponse

data class SqlServerEsuLicensePropertiesResponse(val activatedAt: String, val activationState: String, val billingPlan: String, val physicalCores: Int, val scopeType: String, val tenantId: String, val terminatedAt: String, val uniqueId: String, val version: String)

Properties of SQL Server ESU license.

Constructors

Link copied to clipboard
constructor(activatedAt: String, activationState: String, billingPlan: String, physicalCores: Int, scopeType: String, tenantId: String, terminatedAt: String, uniqueId: String, version: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The timestamp of the activation of the SqlServerEsuLicense in ISO 8601 date-time format.

Link copied to clipboard

The activation state of the license.

Link copied to clipboard

SQL Server ESU license type.

Link copied to clipboard

The number of total cores of the license covers.

Link copied to clipboard

The Azure scope to which the license will apply.

Link copied to clipboard

The tenantId the SQL Server ESU license resource subscription resides in.

Link copied to clipboard

The timestamp of the termination of the SqlServerEsuLicense in ISO 8601 date-time format.

Link copied to clipboard

The unique ID of this license. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000).

Link copied to clipboard

The SQL Server version the license covers.