Interface LicenseProfileMachineInstanceViewEsuProperties
public interface LicenseProfileMachineInstanceViewEsuProperties
An immutable client-side representation of LicenseProfileMachineInstanceViewEsuProperties.
-
Method Summary
Modifier and TypeMethodDescriptionGets the assignedLicense property: The assigned license resource.Gets the assignedLicenseImmutableId property: The guid id of the license.Gets the esuEligibility property: Indicates the eligibility state of Esu.esuKeys()Gets the esuKeys property: The list of ESU keys.Gets the esuKeyState property: Indicates whether there is an ESU Key currently active for the machine.Gets the inner com.azure.resourcemanager.hybridcompute.fluent.models.LicenseProfileMachineInstanceViewEsuPropertiesInner object.Gets the licenseAssignmentState property: Describes the license assignment state (Assigned or NotAssigned).Gets the serverType property: The type of the Esu servers.
-
Method Details
-
assignedLicenseImmutableId
String assignedLicenseImmutableId()Gets the assignedLicenseImmutableId property: The guid id of the license.- Returns:
- the assignedLicenseImmutableId value.
-
esuKeys
Gets the esuKeys property: The list of ESU keys.- Returns:
- the esuKeys value.
-
serverType
EsuServerType serverType()Gets the serverType property: The type of the Esu servers.- Returns:
- the serverType value.
-
esuEligibility
EsuEligibility esuEligibility()Gets the esuEligibility property: Indicates the eligibility state of Esu.- Returns:
- the esuEligibility value.
-
esuKeyState
EsuKeyState esuKeyState()Gets the esuKeyState property: Indicates whether there is an ESU Key currently active for the machine.- Returns:
- the esuKeyState value.
-
assignedLicense
License assignedLicense()Gets the assignedLicense property: The assigned license resource.- Returns:
- the assignedLicense value.
-
licenseAssignmentState
LicenseAssignmentState licenseAssignmentState()Gets the licenseAssignmentState property: Describes the license assignment state (Assigned or NotAssigned).- Returns:
- the licenseAssignmentState value.
-
innerModel
LicenseProfileMachineInstanceViewEsuPropertiesInner innerModel()Gets the inner com.azure.resourcemanager.hybridcompute.fluent.models.LicenseProfileMachineInstanceViewEsuPropertiesInner object.- Returns:
- the inner object.
-