Share via


TagsOperationsExtensions.CreateOrUpdateValueAsync Method

Definition

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Internal.ResourceManager.Version2018_05_01.Models.TagValue> CreateOrUpdateValueAsync (this Microsoft.Azure.Management.Internal.ResourceManager.Version2018_05_01.ITagsOperations operations, string tagName, string tagValue, System.Threading.CancellationToken cancellationToken = default);
static member CreateOrUpdateValueAsync : Microsoft.Azure.Management.Internal.ResourceManager.Version2018_05_01.ITagsOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Internal.ResourceManager.Version2018_05_01.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
tagName
String
tagValue
String
cancellationToken
CancellationToken

Returns

Applies to