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