Partager via


CommunityGalleryImagesOperationsExtensions.ListAsync Méthode

Définition

Répertorier les images de la galerie de la communauté à l’intérieur d’une galerie.

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

Paramètres

operations
ICommunityGalleryImagesOperations

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

location
String

Emplacement de la ressource.

publicGalleryName
String

Nom public de la galerie de la communauté.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

S’applique à