IMachineProperties.EsuProfileLicenseAssignmentState 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.
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