Share via


AccountSku.Capacity Property

Definition

Gets or sets the sku capacity. Possible values include: 4, 16

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to