ResourceSkuCapacity.Maximum Property

Definition

Gets the maximum capacity that can be set.

[Newtonsoft.Json.JsonProperty(PropertyName="maximum")]
public long? Maximum { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="maximum")>]
member this.Maximum : Nullable<int64>
Public ReadOnly Property Maximum As Nullable(Of Long)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to