ResourceSku.Restrictions Property

Definition

Gets or sets the restrictions preventing this SKU from being used. This is empty if there are no restrictions.

[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)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to