ResourceSku.Restrictions プロパティ

定義

SKU を使用できないために制限を取得します。 制限がない場合は空です。

[Newtonsoft.Json.JsonProperty(PropertyName="restrictions")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.ResourceSkuRestrictions> Restrictions { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="restrictions")>]
member this.Restrictions : System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.ResourceSkuRestrictions>
Public ReadOnly Property Restrictions As IList(Of ResourceSkuRestrictions)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象