TagsOperationsExtensions.DeleteAsync(ITagsOperations, String, CancellationToken) Method
Definition
Delete a subscription resource tag.
public static System.Threading.Tasks.Task DeleteAsync (this Microsoft.Azure.Management.ResourceManager.Fluent.ITagsOperations operations, string tagName, System.Threading.CancellationToken cancellationToken = null);
static member DeleteAsync : Microsoft.Azure.Management.ResourceManager.Fluent.ITagsOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Parameters
- operations
- ITagsOperations
The operations group for this extension method.
- tagName
- String
The name of the tag.
- cancellationToken
- CancellationToken
The cancellation token.