ISupportsDeletingByParent.DeleteByParentAsync Méthode

Définition

Supprimez de manière asynchrone une ressource d’Azure, en l’identifiant par son nom et son groupe de ressources.

public System.Threading.Tasks.Task DeleteByParentAsync (string groupName, string parentName, string name, System.Threading.CancellationToken cancellationToken = default);
abstract member DeleteByParentAsync : string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public Function DeleteByParentAsync (groupName As String, parentName As String, name As String, Optional cancellationToken As CancellationToken = Nothing) As Task

Paramètres

groupName
String

Groupe dont fait partie la ressource.

parentName
String

Nom de la ressource parente.

name
String

Nom de la ressource.

cancellationToken
CancellationToken

Retours

S’applique à