共用方式為


SkuInformation.RequiredQuotaIds Property

Definition

Gets the required quotaIds for the sku to be available.

[Newtonsoft.Json.JsonProperty(PropertyName="requiredQuotaIds")]
public System.Collections.Generic.IList<string> RequiredQuotaIds { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="requiredQuotaIds")>]
member this.RequiredQuotaIds : System.Collections.Generic.IList<string>
Public ReadOnly Property RequiredQuotaIds As IList(Of String)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to