次の方法で共有


GalleryApplicationVersionsOperationsExtensions.ListByGalleryApplicationNext メソッド

定義

ギャラリーアプリケーション定義のギャラリーアプリケーションバージョンを一覧表示します。

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

パラメーター

operations
IGalleryApplicationVersionsOperations

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

nextPageLink
String

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

戻り値

適用対象