Compartir a través de


GalleryImagesOperationsExtensions.ListByGalleryNextAsync Método

Definición

Enumera las definiciones de imagen de la galería en una galería.

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

Parámetros

operations
IGalleryImagesOperations

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