Compartir a través de


GalleryImagesOperationsExtensions.ListByGalleryNextAsync Método

Definición

Enumera las definiciones de imágenes de la galería en una galería.

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

Parámetros

operations
IGalleryImagesOperations

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