EsuKey.LicenseStatus Property

Definition

The current status of the license profile key. Represented by the same integer value that is presented on the machine itself when querying the license key status.

[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Origin(Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.PropertyOrigin.Owned)]
public string LicenseStatus { get; set; }
[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Origin(Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.PropertyOrigin.Owned)]
public int? LicenseStatus { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Origin(Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.PropertyOrigin.Owned)>]
member this.LicenseStatus : string with get, set
[<Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Origin(Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.PropertyOrigin.Owned)>]
member this.LicenseStatus : Nullable<int> with get, set
Public Property LicenseStatus As String
Public Property LicenseStatus As Nullable(Of Integer)

Property Value

Implements

Attributes

Applies to