Freigeben über


ApplicationTypesOperationsExtensions.DeleteAsync Methode

Definition

Löscht eine Service Fabric-Anwendungstypnamenressource.

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

Parameter

operations
IApplicationTypesOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe.

clusterName
String

Der Name der Clusterressource.

applicationTypeName
String

Der Name der Namensressource des Anwendungstyps.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Hinweise

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

Gilt für: