ResourceSku.Capabilities Property

Definition

Gets or sets a list of capabilities of this SKU, such as throughput or ops/sec.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to