LicenseProfileArmEsuPropertiesWithoutAssignedLicense interface
Describes the properties of a License Profile ARM model.
- Extends
Properties
esu |
Indicates the eligibility state of Esu. NOTE: This property will not be serialized. It can only be populated by the server. |
esu |
Indicates whether there is an ESU Key currently active for the machine. NOTE: This property will not be serialized. It can only be populated by the server. |
server |
The type of the Esu servers. NOTE: This property will not be serialized. It can only be populated by the server. |
Inherited Properties
assigned |
The guid id of the license. NOTE: This property will not be serialized. It can only be populated by the server. |
esu |
The list of ESU keys. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
esuEligibility
Indicates the eligibility state of Esu. NOTE: This property will not be serialized. It can only be populated by the server.
esuEligibility?: string
Property Value
string
esuKeyState
Indicates whether there is an ESU Key currently active for the machine. NOTE: This property will not be serialized. It can only be populated by the server.
esuKeyState?: string
Property Value
string
serverType
The type of the Esu servers. NOTE: This property will not be serialized. It can only be populated by the server.
serverType?: string
Property Value
string
Inherited Property Details
assignedLicenseImmutableId
The guid id of the license. NOTE: This property will not be serialized. It can only be populated by the server.
assignedLicenseImmutableId?: string
Property Value
string
Inherited From LicenseProfileStorageModelEsuProperties.assignedLicenseImmutableId
esuKeys
The list of ESU keys. NOTE: This property will not be serialized. It can only be populated by the server.
esuKeys?: EsuKey[]
Property Value
EsuKey[]
Inherited From LicenseProfileStorageModelEsuProperties.esuKeys