Compartir a través de


CommunityGalleryImageVersionsOperationsExtensions.ListNextAsync Método

Definición

Enumera las versiones de imagen de la galería de la comunidad dentro de una imagen.

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Compute.Models.CommunityGalleryImageVersion>> ListNextAsync (this Microsoft.Azure.Management.Compute.ICommunityGalleryImageVersionsOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);
static member ListNextAsync : Microsoft.Azure.Management.Compute.ICommunityGalleryImageVersionsOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Compute.Models.CommunityGalleryImageVersion>>
<Extension()>
Public Function ListNextAsync (operations As ICommunityGalleryImageVersionsOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of CommunityGalleryImageVersion))

Parámetros

operations
ICommunityGalleryImageVersionsOperations

Grupo de operaciones para este método de extensión.

nextPageLink
String

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

cancellationToken
CancellationToken

Token de cancelación.

Devoluciones

Se aplica a