TargetsOperationsExtensions.DeleteAsync 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 ressource cible qui étend une ressource régionale suivie.
public static System.Threading.Tasks.Task DeleteAsync (this Microsoft.Azure.Management.Chaos.ITargetsOperations operations, string resourceGroupName, string parentProviderNamespace, string parentResourceType, string parentResourceName, string targetName, System.Threading.CancellationToken cancellationToken = default);
static member DeleteAsync : Microsoft.Azure.Management.Chaos.ITargetsOperations * string * string * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task
<Extension()>
Public Function DeleteAsync (operations As ITargetsOperations, resourceGroupName As String, parentProviderNamespace As String, parentResourceType As String, parentResourceName As String, targetName As String, Optional cancellationToken As CancellationToken = Nothing) As Task
Paramètres
- operations
- ITargetsOperations
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.
- cancellationToken
- CancellationToken
Jeton d'annulation.
Retours
S’applique à
Azure SDK for .NET