Freigeben über


ApplicationsOperationsExtensions.DeleteAsync Methode

Definition

Löscht die angegebene Anwendung im HDInsight-Cluster.

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

Parameter

operations
IApplicationsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe.

clusterName
String

Der Name des Clusters.

applicationName
String

Der Konstantenwert für den Anwendungsnamen.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: