IOrganizationResource.MarketplaceSubscriptionStatus 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.
Marketplace subscription status
[Microsoft.Azure.PowerShell.Cmdlets.Astro.PSArgumentCompleter(new System.String[] { "PendingFulfillmentStart", "Subscribed", "Suspended", "Unsubscribed" })]
[Microsoft.Azure.PowerShell.Cmdlets.Astro.Runtime.Info(Create=true, Description="Marketplace subscription status", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="subscriptionStatus", Update=false)]
public string MarketplaceSubscriptionStatus { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Astro.PSArgumentCompleter(new System.String[] { "PendingFulfillmentStart", "Subscribed", "Suspended", "Unsubscribed" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.Astro.Runtime.Info(Create=true, Description="Marketplace subscription status", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="subscriptionStatus", Update=false)>]
member this.MarketplaceSubscriptionStatus : string with get, set
Public Property MarketplaceSubscriptionStatus As String
Property Value
- Attributes