Sku.Capacity Property

Definition

Gets or sets the sku capacity

[Newtonsoft.Json.JsonProperty(PropertyName="capacity")]
public string Capacity { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="capacity")>]
member this.Capacity : string with get, set
Public Property Capacity As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to