Partager via


GalleryApplicationsOperationsExtensions.ListByGalleryNextAsync Méthode

Définition

Répertorier les définitions d’application d’une galerie dans une galerie.

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))

Paramètres

operations
IGalleryApplicationsOperations

Groupe d’opérations pour cette méthode d’extension.

nextPageLink
String

NextLink de l’opération précédente d’appel réussi à List.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

S’applique à