次の方法で共有


ResourceSku.Restrictions プロパティ

定義

この SKU の使用を妨げる制限を取得または設定します。 制限がない場合、これは空です。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象