Share via


TagsOperationsExtensions.Delete(ITagsOperations, String) Method

Definition

Deletes a predefined tag name.

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

Parameters

operations
ITagsOperations

The operations group for this extension method.

tagName
String

The name of the tag.

Remarks

This operation allows deleting a name from the list of predefined tag names for the given subscription. The name being deleted must not be in use as a tag name for any resource. All predefined values for the given name must have already been deleted.

Applies to