Customer.EnabledAzurePlans Property

Definition

Gets or sets azure plans enabled for the customer.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.enabledAzurePlans")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.Billing.Models.AzurePlan> EnabledAzurePlans { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.enabledAzurePlans")>]
member this.EnabledAzurePlans : System.Collections.Generic.IList<Microsoft.Azure.Management.Billing.Models.AzurePlan> with get, set
Public Property EnabledAzurePlans As IList(Of AzurePlan)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to