Share via


SubscriptionQuota.MaxCount Property

Definition

Gets the max permitted usage of this resource.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to