Freigeben über


GalleryApplicationVersionsOperationsExtensions.ListByGalleryApplication Methode

Definition

Kataloganwendungsversionen in einem Katalog Anwendungsdefinition auflisten.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Compute.Models.GalleryApplicationVersion> ListByGalleryApplication (this Microsoft.Azure.Management.Compute.IGalleryApplicationVersionsOperations operations, string resourceGroupName, string galleryName, string galleryApplicationName);
static member ListByGalleryApplication : Microsoft.Azure.Management.Compute.IGalleryApplicationVersionsOperations * string * string * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Compute.Models.GalleryApplicationVersion>
<Extension()>
Public Function ListByGalleryApplication (operations As IGalleryApplicationVersionsOperations, resourceGroupName As String, galleryName As String, galleryApplicationName As String) As 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.

Gibt zurück

Gilt für: