次の方法で共有


CommunityGalleryImageVersionsOperationsExtensions.ListNext メソッド

定義

イメージ内のコミュニティ ギャラリーイメージバージョンを一覧表示します。

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

パラメーター

operations
ICommunityGalleryImageVersionsOperations

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

nextPageLink
String

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

戻り値

適用対象