Get License Profile Result
data class GetLicenseProfileResult(val assignedLicense: String? = null, val assignedLicenseImmutableId: String, val esuEligibility: String, val esuKeyState: String, val esuKeys: List<EsuKeyResponse>, val id: String, val location: String, val name: String, val provisioningState: String, val serverType: String, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String)
Describes a license profile in a hybrid machine.
Constructors
Link copied to clipboard
constructor(assignedLicense: String? = null, assignedLicenseImmutableId: String, esuEligibility: String, esuKeyState: String, esuKeys: List<EsuKeyResponse>, id: String, location: String, name: String, provisioningState: String, serverType: String, systemData: SystemDataResponse, tags: Map<String, String>? = null, type: String)
Properties
Link copied to clipboard
The resource id of the license.
Link copied to clipboard
The guid id of the license.
Link copied to clipboard
Indicates the eligibility state of Esu.
Link copied to clipboard
The list of ESU keys.
Link copied to clipboard
Indicates whether there is an ESU Key currently active for the machine.
Link copied to clipboard
The provisioning state, which only appears in the response.
Link copied to clipboard
The type of the Esu servers.
Link copied to clipboard
Azure Resource Manager metadata containing createdBy and modifiedBy information.