Share via


AccountOperationsExtensions.ListSupportedImagesNextAsync Method

Definition

Lists all Virtual Machine Images supported by the Azure Batch service.

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))

Parameters

operations
IAccountOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

accountListSupportedImagesNextOptions
AccountListSupportedImagesNextOptions

Additional parameters for the operation

cancellationToken
CancellationToken

The cancellation token.

Returns

Applies to