Freigeben über


TagsOperationsExtensions.DeleteAtScopeAsync Methode

Definition

Löscht den gesamten Satz von Tags für eine Ressource oder ein Abonnement.

public static System.Threading.Tasks.Task DeleteAtScopeAsync (this Microsoft.Azure.Management.ResourceManager.ITagsOperations operations, string scope, System.Threading.CancellationToken cancellationToken = default);
static member DeleteAtScopeAsync : Microsoft.Azure.Management.ResourceManager.ITagsOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task
<Extension()>
Public Function DeleteAtScopeAsync (operations As ITagsOperations, scope As String, Optional cancellationToken As CancellationToken = Nothing) As Task

Parameter

operations
ITagsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

scope
String

Der Ressourcenbereich.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: