SqlServerLicensePropertiesResponse

data class SqlServerLicensePropertiesResponse(val activationState: String, val billingPlan: String, val lastActivatedAt: String, val lastDeactivatedAt: String, val licenseCategory: String, val physicalCores: Int, val scopeType: String, val tenantId: String)

Properties of SQL Server License.

Constructors

Link copied to clipboard
constructor(activationState: String, billingPlan: String, lastActivatedAt: String, lastDeactivatedAt: String, licenseCategory: String, physicalCores: Int, scopeType: String, tenantId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The activation state of the license.

Link copied to clipboard

SQL Server license type.

Link copied to clipboard

The timestamp of the most recent activation of the SqlServerLicense.

Link copied to clipboard

The timestamp of the most recent deactivation of the SqlServerLicense.

Link copied to clipboard

This property represents the choice between SQL Server Core and ESU licenses.

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 license resource subscription resides in.