Share via


TagsOperationsExtensions.CreateOrUpdateAsync Method

Definition

Creates a predefined tag name.

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

Parameters

operations
ITagsOperations

The operations group for this extension method.

tagName
String

The name of the tag to create.

cancellationToken
CancellationToken

The cancellation token.

Returns

Remarks

This operation allows adding a name to the list of predefined tag names for the given subscription. A tag name can have a maximum of 512 characters and is case-insensitive. Tag names cannot have the following prefixes which are reserved for Azure use: 'microsoft', 'azure', 'windows'.

Applies to