LicenseProfileArmEsuPropertiesWithoutAssignedLicense interface

Describes the properties of a License Profile ARM model.

Extends

Properties

esuEligibility

Indicates the eligibility state of Esu.

esuKeyState

Indicates whether there is an ESU Key currently active for the machine.

serverType

The type of the Esu servers.

Inherited Properties

assignedLicenseImmutableId

The guid id of the license.

esuKeys

The list of ESU keys.

Property Details

esuEligibility

Indicates the eligibility state of Esu.

esuEligibility?: string

Property Value

string

esuKeyState

Indicates whether there is an ESU Key currently active for the machine.

esuKeyState?: string

Property Value

string

serverType

The type of the Esu servers.

serverType?: string

Property Value

string

Inherited Property Details

assignedLicenseImmutableId

The guid id of the license.

assignedLicenseImmutableId?: string

Property Value

string

Inherited From LicenseProfileStorageModelEsuProperties.assignedLicenseImmutableId

esuKeys

The list of ESU keys.

esuKeys?: EsuKey[]

Property Value

EsuKey[]

Inherited From LicenseProfileStorageModelEsuProperties.esuKeys