Compartir a través de


ILicenseProperties.LicenseDetailState Property

Definition

Describes the state of the license.

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

Property Value

Attributes

Applies to