次の方法で共有


ImagesOperationsExtensions.ListNext(IImagesOperations, String) メソッド

定義

サブスクリプション内のイメージの一覧を取得します。 応答で nextLink プロパティを使用して、Images の次のページを取得します。 nextLink が null になるまでこれを行って、すべてのイメージをフェッチします。

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Compute.Models.Image> ListNext (this Microsoft.Azure.Management.Compute.IImagesOperations operations, string nextPageLink);
static member ListNext : Microsoft.Azure.Management.Compute.IImagesOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Compute.Models.Image>
<Extension()>
Public Function ListNext (operations As IImagesOperations, nextPageLink As String) As IPage(Of Image)

パラメーター

operations
IImagesOperations

この拡張メソッドの操作グループ。

nextPageLink
String

List 操作の前の正常な呼び出しからの NextLink。

戻り値

適用対象