Compartir a través de


AccountOperationsExtensions.ListSupportedImagesNextAsync Método

Definición

Enumera todas las imágenes de máquina virtual compatibles con el servicio 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))

Parámetros

operations
IAccountOperations

El grupo de operaciones de este método de extensión.

nextPageLink
String

NextLink de la llamada correcta anterior a la operación List.

accountListSupportedImagesNextOptions
AccountListSupportedImagesNextOptions

Parámetros adicionales para la operación

cancellationToken
CancellationToken

Token de cancelación.

Devoluciones

Se aplica a