Share via


IMachine.EsuProfileLicenseAssignmentState Property

Definition

Describes the license assignment state (Assigned or NotAssigned).

[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.PSArgumentCompleter(new System.String[] { "Assigned", "NotAssigned" })]
[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.Info(Create=true, Description="Describes the license assignment state (Assigned or NotAssigned).", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="licenseAssignmentState", Update=true)]
public string EsuProfileLicenseAssignmentState { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.PSArgumentCompleter(new System.String[] { "Assigned", "NotAssigned" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.Info(Create=true, Description="Describes the license assignment state (Assigned or NotAssigned).", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="licenseAssignmentState", Update=true)>]
member this.EsuProfileLicenseAssignmentState : string with get, set
Public Property EsuProfileLicenseAssignmentState As String

Property Value

Attributes

Applies to