CapabilitiesOperationsExtensions.Delete 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.
Supprimer une fonctionnalité qui étend une ressource cible.
public static void Delete (this Microsoft.Azure.Management.Chaos.ICapabilitiesOperations operations, string resourceGroupName, string parentProviderNamespace, string parentResourceType, string parentResourceName, string targetName, string capabilityName);
static member Delete : Microsoft.Azure.Management.Chaos.ICapabilitiesOperations * string * string * string * string * string * string -> unit
<Extension()>
Public Sub Delete (operations As ICapabilitiesOperations, resourceGroupName As String, parentProviderNamespace As String, parentResourceType As String, parentResourceName As String, targetName As String, capabilityName As String)
Paramètres
- operations
- ICapabilitiesOperations
Groupe d’opérations pour cette méthode d’extension.
- resourceGroupName
- String
Chaîne qui représente un groupe de ressources Azure.
- parentProviderNamespace
- String
Chaîne qui représente un espace de noms de fournisseur de ressources.
- parentResourceType
- String
Chaîne qui représente un type de ressource.
- parentResourceName
- String
Chaîne qui représente un nom de ressource.
- targetName
- String
Chaîne qui représente un nom de ressource cible.
- capabilityName
- String
Chaîne qui représente un nom de ressource de capacité.
S’applique à
Azure SDK for .NET