Compartilhar via


AccountOperationsExtensions.ListSupportedImagesNextAsync Método

Definição

Lista todas as imagens de máquina virtual compatíveis com o serviço Lote do Azure.

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

Parâmetros

operations
IAccountOperations

O grupo de operações para esse método de extensão.

nextPageLink
String

O NextLink da chamada bem-sucedida anterior para a operação Listar.

accountListSupportedImagesNextOptions
AccountListSupportedImagesNextOptions

Parâmetros adicionais para a operação

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Aplica-se a