UsageInner.RequestedLimit Property

Definition

Gets usage requested limit.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to