次の方法で共有


GalleryApplicationVersionsOperationsExtensions.ListByGalleryApplicationNextAsync メソッド

定義

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

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Compute.Models.GalleryApplicationVersion>> ListByGalleryApplicationNextAsync (this Microsoft.Azure.Management.Compute.IGalleryApplicationVersionsOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);
static member ListByGalleryApplicationNextAsync : Microsoft.Azure.Management.Compute.IGalleryApplicationVersionsOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Compute.Models.GalleryApplicationVersion>>
<Extension()>
Public Function ListByGalleryApplicationNextAsync (operations As IGalleryApplicationVersionsOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of GalleryApplicationVersion))

パラメーター

operations
IGalleryApplicationVersionsOperations

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

nextPageLink
String

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

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象