Compartir a través de


GalleryApplicationsOperationsExtensions.ListByGalleryNextAsync Método

Definición

Enumera las definiciones de aplicación de la galería en una galería.

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

Parámetros

operations
IGalleryApplicationsOperations

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