Share via


TagsOperationsExtensions.DeleteValueAsync Method

Definition

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

Parameters

operations
ITagsOperations
tagName
String
tagValue
String
cancellationToken
CancellationToken

Returns

Applies to