AccountOperationsExtensions.ListSupportedImagesNextAsync メソッド

定義

Azure Batch サービスでサポートされているすべての仮想マシン イメージを一覧表示します。

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Batch.Protocol.Models.ImageInformation>> ListSupportedImagesNextAsync (this Microsoft.Azure.Batch.Protocol.IAccountOperations operations, string nextPageLink, Microsoft.Azure.Batch.Protocol.Models.AccountListSupportedImagesNextOptions accountListSupportedImagesNextOptions = default, System.Threading.CancellationToken cancellationToken = default);
static member ListSupportedImagesNextAsync : Microsoft.Azure.Batch.Protocol.IAccountOperations * string * Microsoft.Azure.Batch.Protocol.Models.AccountListSupportedImagesNextOptions * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Batch.Protocol.Models.ImageInformation>>
<Extension()>
Public Function ListSupportedImagesNextAsync (operations As IAccountOperations, nextPageLink As String, Optional accountListSupportedImagesNextOptions As AccountListSupportedImagesNextOptions = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of ImageInformation))

パラメーター

operations
IAccountOperations

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

nextPageLink
String

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

accountListSupportedImagesNextOptions
AccountListSupportedImagesNextOptions

操作の追加パラメーター

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象