ILicenseProfileArmEsuPropertiesWithoutAssignedLicense.EsuEligibility Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicates the eligibility state of Esu.
[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.PSArgumentCompleter(new System.String[] { "Eligible", "Ineligible", "Unknown" })]
[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.Info(Create=false, Description="Indicates the eligibility state of Esu.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="esuEligibility", Update=false)]
public string EsuEligibility { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.PSArgumentCompleter(new System.String[] { "Eligible", "Ineligible", "Unknown" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.Info(Create=false, Description="Indicates the eligibility state of Esu.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="esuEligibility", Update=false)>]
member this.EsuEligibility : string
Public ReadOnly Property EsuEligibility As String
Property Value
- Attributes