IEsuKey.LicenseStatus 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.
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.Runtime.Info(Create=true, Description="The current status of the license profile key.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="licenseStatus", Update=true)]
public string LicenseStatus { get; set; }
[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.Info(Create=true, Description="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.", PossibleTypes=new System.Type[] { typeof(System.Int32) }, Read=true, ReadOnly=false, Required=false, SerializedName="licenseStatus", Update=true)]
public int? LicenseStatus { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.Info(Create=true, Description="The current status of the license profile key.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="licenseStatus", Update=true)>]
member this.LicenseStatus : string with get, set
[<Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.Info(Create=true, Description="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.", PossibleTypes=new System.Type[] { typeof(System.Int32) }, Read=true, ReadOnly=false, Required=false, SerializedName="licenseStatus", Update=true)>]
member this.LicenseStatus : Nullable<int> with get, set
Public Property LicenseStatus As String
Public Property LicenseStatus As Nullable(Of Integer)
Property Value
- Attributes