Partager via


GalleryImageVersionsOperationsExtensions.ListByGalleryImageNextAsync Méthode

Définition

Répertorier les versions d’images de la galerie dans une définition d’image de galerie.

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

Paramètres

operations
IGalleryImageVersionsOperations

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

nextPageLink
String

NextLink du précédent appel réussi à l’opération List.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

S’applique à