共用方式為


TagsOperationsExtensions.CreateOrUpdate(ITagsOperations, String) Method

Definition

Creates a predefined tag name.

public static Microsoft.Azure.Management.ResourceManager.Models.TagDetails CreateOrUpdate (this Microsoft.Azure.Management.ResourceManager.ITagsOperations operations, string tagName);
static member CreateOrUpdate : Microsoft.Azure.Management.ResourceManager.ITagsOperations * string -> Microsoft.Azure.Management.ResourceManager.Models.TagDetails
<Extension()>
Public Function CreateOrUpdate (operations As ITagsOperations, tagName As String) As TagDetails

Parameters

operations
ITagsOperations

The operations group for this extension method.

tagName
String

The name of the tag to create.

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