StampCapacity.AvailableCapacity Property

Definition

Gets or sets available capacity (# of machines, bytes of storage etc...).

[Newtonsoft.Json.JsonProperty(PropertyName="availableCapacity")]
public long? AvailableCapacity { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="availableCapacity")>]
member this.AvailableCapacity : Nullable<int64> with get, set
Public Property AvailableCapacity As Nullable(Of Long)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to