Freigeben über


ApplicationsOperationsExtensions.DeleteAsync Methode

Definition

Löscht eine Service Fabric-Anwendungsressource.

public static System.Threading.Tasks.Task DeleteAsync (this Microsoft.Azure.Management.ServiceFabric.IApplicationsOperations operations, string resourceGroupName, string clusterName, string applicationName, System.Threading.CancellationToken cancellationToken = default);
static member DeleteAsync : Microsoft.Azure.Management.ServiceFabric.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 der Clusterressource.

applicationName
String

Der Name der Anwendungsressource.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Hinweise

Löschen Sie eine Service Fabric-Anwendungsressource mit dem angegebenen Namen.

Gilt für: