Share via


SubscriptionQuota.CurrentCount Property

Definition

Gets the current usage of this resource.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.currentCount")]
public int? CurrentCount { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.currentCount")>]
member this.CurrentCount : Nullable<int>
Public ReadOnly Property CurrentCount As Nullable(Of Integer)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to