Share via


QuotaLimitsResponse.NextLink Property

Definition

Gets or sets the URI used to fetch the next page of quota limits. When there are no more pages, this is null.

[Newtonsoft.Json.JsonProperty(PropertyName="nextLink")]
public string NextLink { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="nextLink")>]
member this.NextLink : string with get, set
Public Property NextLink As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to