Compartir a través de


CommunityGalleryImagesOperationsExtensions.ListNextAsync Método

Definición

Enumera las imágenes de la galería de la comunidad dentro de una galería.

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

Parámetros

operations
ICommunityGalleryImagesOperations

El grupo de operaciones de 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