AccountOperationsExtensions.ListSupportedImagesNext メソッド

定義

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

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

パラメーター

operations
IAccountOperations

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

nextPageLink
String

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

accountListSupportedImagesNextOptions
AccountListSupportedImagesNextOptions

操作の追加パラメーター

戻り値

適用対象