Share via


TagsOperationsExtensions.CreateOrUpdateValueAsync Method

Definition

Creates a predefined value for a predefined tag name.

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

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 create.

cancellationToken
CancellationToken

The cancellation token.

Returns

Remarks

This operation allows adding a value to the list of predefined values for an existing predefined tag name. A tag value can have a maximum of 256 characters.

Applies to