다음을 통해 공유


SkuInformation.Restrictions Property

Definition

Gets or sets the restrictions because of which SKU cannot be used. This is empty if there are no restrictions.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to