LicenseProfileArmEsuPropertiesWithoutAssignedLicense interface

Describes the properties of a License Profile ARM model.

Extends

Properties

esuEligibility

Indicates the eligibility state of Esu. NOTE: This property will not be serialized. It can only be populated by the server.

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.

serverType

The type of the Esu servers. NOTE: This property will not be serialized. It can only be populated by the server.

Inherited Properties

assignedLicenseImmutableId

The guid id of the license. NOTE: This property will not be serialized. It can only be populated by the server.

esuKeys

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