ILicenseProfileMachineInstanceView.ProductProfileSubscriptionStatus 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.
Indicates the subscription status of the product.
[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.PSArgumentCompleter(new System.String[] { "Unknown", "Enabling", "Enabled", "Disabled" })]
[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.Info(Create=false, Description="Indicates the subscription status of the product.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="subscriptionStatus", Update=false)]
public string ProductProfileSubscriptionStatus { get; }
[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.Info(Create=false, Description="Indicates the subscription status of the product.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="subscriptionStatus", Update=false)]
[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.PSArgumentCompleter(new System.String[] { "Unknown", "Enabling", "Enabled", "Disabled", "Disabling", "Failed" })]
public string ProductProfileSubscriptionStatus { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.PSArgumentCompleter(new System.String[] { "Unknown", "Enabling", "Enabled", "Disabled" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.Info(Create=false, Description="Indicates the subscription status of the product.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="subscriptionStatus", Update=false)>]
member this.ProductProfileSubscriptionStatus : string
[<Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.Info(Create=false, Description="Indicates the subscription status of the product.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="subscriptionStatus", Update=false)>]
[<Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.PSArgumentCompleter(new System.String[] { "Unknown", "Enabling", "Enabled", "Disabled", "Disabling", "Failed" })>]
member this.ProductProfileSubscriptionStatus : string
Public ReadOnly Property ProductProfileSubscriptionStatus As String
Property Value
- Attributes