共用方式為


QuotaLimitsResponse.NextLink Property

Definition

Gets or sets the URI for fetching the next page of quota limits. When no more pages exist, the value 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