VmImagesInEdgeZoneListResult.NextLink プロパティ

定義

EdgeZone の VMImages の次のページをフェッチする URI を取得または設定します。 この URI で ListNext() を呼び出して、VmImages の次のページをフェッチします。

[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

適用対象