Quota.HostsRemaining Property

Definition

Gets remaining hosts quota by sku type

[Newtonsoft.Json.JsonProperty(PropertyName="hostsRemaining")]
public System.Collections.Generic.IDictionary<string,int?> HostsRemaining { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="hostsRemaining")>]
member this.HostsRemaining : System.Collections.Generic.IDictionary<string, Nullable<int>>
Public ReadOnly Property HostsRemaining As IDictionary(Of String, Nullable(Of Integer))

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to