ApplicationTypesOperationsExtensions.BeginDelete Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Supprime une ressource de nom de type d’application managée Service Fabric.
public static void BeginDelete (this Microsoft.Azure.Management.ServiceFabricManagedClusters.IApplicationTypesOperations operations, string resourceGroupName, string clusterName, string applicationTypeName);
static member BeginDelete : Microsoft.Azure.Management.ServiceFabricManagedClusters.IApplicationTypesOperations * string * string * string -> unit
<Extension()>
Public Sub BeginDelete (operations As IApplicationTypesOperations, resourceGroupName As String, clusterName As String, applicationTypeName As String)
Paramètres
- operations
- IApplicationTypesOperations
Groupe d’opérations pour cette méthode d’extension.
- resourceGroupName
- String
Nom du groupe de ressources.
- clusterName
- String
Nom de la ressource de cluster.
- applicationTypeName
- String
Nom de la ressource de nom du type d’application.
Remarques
Supprimez une ressource de nom d’application managée Service Fabric avec le nom spécifié.
S’applique à
Azure SDK for .NET