Freigeben über


GalleryApplicationVersionsOperationsExtensions.Get Methode

Definition

Ruft Informationen zu einer Kataloganwendungsversion ab.

public static Microsoft.Azure.Management.Compute.Models.GalleryApplicationVersion Get (this Microsoft.Azure.Management.Compute.IGalleryApplicationVersionsOperations operations, string resourceGroupName, string galleryName, string galleryApplicationName, string galleryApplicationVersionName, string expand = default);
static member Get : Microsoft.Azure.Management.Compute.IGalleryApplicationVersionsOperations * string * string * string * string * string -> Microsoft.Azure.Management.Compute.Models.GalleryApplicationVersion
<Extension()>
Public Function Get (operations As IGalleryApplicationVersionsOperations, resourceGroupName As String, galleryName As String, galleryApplicationName As String, galleryApplicationVersionName As String, Optional expand As String = Nothing) As 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 des Katalogs Anwendungsdefinition, in dem sich die Anwendungsversion befindet.

galleryApplicationVersionName
String

Der Name der abzurufenden Anwendungsversion des Katalogs.

expand
String

Der expand-Ausdruck, der auf den Vorgang angewendet werden soll. Mögliche Werte: "ReplicationStatus"

Gibt zurück

Gilt für: