Freigeben über


GalleryApplicationsOperationsExtensions.GetAsync Methode

Definition

Ruft Informationen zu einer Kataloganwendungsdefinition ab.

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

Parameter

operations
IGalleryApplicationsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe.

galleryName
String

Der Name des Katalogs für freigegebene Anwendungen, aus dem die Anwendungsdefinitionen abgerufen werden sollen.

galleryApplicationName
String

Der Name der abzurufenden Kataloganwendungsdefinition.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: