Share via


TagsOperationsExtensions.CreateOrUpdateAsync Method

Definition

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

Parameters

operations
ITagsOperations
tagName
String
cancellationToken
CancellationToken

Returns

Applies to