Package version:

InterfaceLicenseProfileArmEsuPropertiesWithoutAssignedLicense

Describes the properties of a License Profile ARM model.

interface LicenseProfileArmEsuPropertiesWithoutAssignedLicense {
    assignedLicenseImmutableId?: string;
    esuEligibility?: string;
    esuKeys?: EsuKey[];
    esuKeyState?: string;
    serverType?: string;
}

Hierarchy (view full)

Properties

assignedLicenseImmutableId?: string

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

esuEligibility?: string

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

esuKeys?: EsuKey[]

The list of ESU keys. NOTE: This property will not be serialized. It can only be populated by the server.

esuKeyState?: string

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?: string

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