Freigeben über


CommunityGalleryImagesOperationsExtensions.ListAsync Methode

Definition

Auflisten von Communitykatalogbildern in einem Katalog.

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

Parameter

operations
ICommunityGalleryImagesOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

location
String

Ressourcenspeicherort

publicGalleryName
String

Der öffentliche Name des Communitykatalogs.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: