Share via


TagsOperationsExtensions.DeleteAtScope(ITagsOperations, String) Method

Definition

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

public static void DeleteAtScope (this Microsoft.Azure.Management.ResourceManager.ITagsOperations operations, string scope);
static member DeleteAtScope : Microsoft.Azure.Management.ResourceManager.ITagsOperations * string -> unit
<Extension()>
Public Sub DeleteAtScope (operations As ITagsOperations, scope As String)

Parameters

operations
ITagsOperations

The operations group for this extension method.

scope
String

The resource scope.

Applies to