Freigeben über


CommunityGalleryImageVersionsOperationsExtensions.ListAsync Methode

Definition

Auflisten von Communitykatalog-Imageversionen in einem Image.

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

Parameter

operations
ICommunityGalleryImageVersionsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

location
String

Ressourcenspeicherort

publicGalleryName
String

Der öffentliche Name des Communitykatalogs.

galleryImageName
String

Der Name der Imagedefinition des Communitykatalogs.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: