共用方式為


Catalog.BillingPlans Property

Definition

Gets or sets the billing plan options available for this SKU.

[Newtonsoft.Json.JsonProperty(PropertyName="billingPlans")]
public System.Collections.Generic.IDictionary<string,System.Collections.Generic.IList<string>> BillingPlans { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="billingPlans")>]
member this.BillingPlans : System.Collections.Generic.IDictionary<string, System.Collections.Generic.IList<string>> with get, set
Public Property BillingPlans As IDictionary(Of String, IList(Of String))

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to