ITagOperations.CreateOrUpdateValueAsync Method

Definition

Create a subscription resource tag value.

public System.Threading.Tasks.Task<Microsoft.Azure.Management.Resources.Models.TagCreateValueResult> CreateOrUpdateValueAsync (string tagName, string tagValue, System.Threading.CancellationToken cancellationToken);
abstract member CreateOrUpdateValueAsync : string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Resources.Models.TagCreateValueResult>
Public Function CreateOrUpdateValueAsync (tagName As String, tagValue As String, cancellationToken As CancellationToken) As Task(Of TagCreateValueResult)

Parameters

tagName
String

The name of the tag.

tagValue
String

The value of the tag.

cancellationToken
CancellationToken

Cancellation token.

Returns

Tag information.

Applies to