Partager via


ResourceSku.Capacity Property

Definition

Gets or sets the sku capacity.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to