Share via


TagsOperationsExtensions.DeleteAtScopeAsync Method

Definition

Deletes the entire set of tags on a resource or subscription.

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

Parameters

operations
ITagsOperations

The operations group for this extension method.

scope
String

The resource scope.

cancellationToken
CancellationToken

The cancellation token.

Returns

Applies to