QuotaLimitsResponse.NextLink プロパティ

定義

クォータ制限の次のページをフェッチするための URI を取得または設定します。 これ以上ページが存在しない場合、値は 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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象