Freigeben über


GalleryApplicationsOperationsExtensions.DeleteAsync Methode

Definition

Löschen Sie eine Kataloganwendung.

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

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, in dem die Anwendungsdefinition gelöscht werden soll.

galleryApplicationName
String

Der Name der zu löschenden Kataloganwendungsdefinition.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: