TagsOperationsExtensions.DeleteValue(ITagsOperations, String, String) Method

Definition

Deletes a predefined tag value for a predefined tag name.

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

Parameters

operations
ITagsOperations

The operations group for this extension method.

tagName
String

The name of the tag.

tagValue
String

The value of the tag to delete.

Remarks

This operation allows deleting a value from the list of predefined values for an existing predefined tag name. The value being deleted must not be in use as a tag value for the given tag name for any resource.

Applies to