Freigeben über


GalleryApplicationVersionsOperationsExtensions.ListByGalleryApplicationAsync Methode

Definition

Kataloganwendungsversionen in einem Katalog Anwendungsdefinition auflisten.

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Compute.Models.GalleryApplicationVersion>> ListByGalleryApplicationAsync (this Microsoft.Azure.Management.Compute.IGalleryApplicationVersionsOperations operations, string resourceGroupName, string galleryName, string galleryApplicationName, System.Threading.CancellationToken cancellationToken = default);
static member ListByGalleryApplicationAsync : Microsoft.Azure.Management.Compute.IGalleryApplicationVersionsOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Compute.Models.GalleryApplicationVersion>>
<Extension()>
Public Function ListByGalleryApplicationAsync (operations As IGalleryApplicationVersionsOperations, resourceGroupName As String, galleryName As String, galleryApplicationName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of GalleryApplicationVersion))

Parameter

operations
IGalleryApplicationVersionsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe.

galleryName
String

Der Name des Katalogs für freigegebene Anwendungen, in dem sich die Anwendungsdefinition befindet.

galleryApplicationName
String

Der Name der Anwendungsdefinition des Freigegebenen Anwendungskatalogs, aus der die Anwendungsversionen aufgelistet werden sollen.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: