Skip to main content

tags

Overview

Nametags
TypeResource
Idazure.resources.tags

Fields

NameDatatypeDescription
idstringThe tag name ID.
countobjectTag count.
tagNamestringThe tag name.
valuesarrayThe list of tag values.

Methods

NameAccessible byRequired ParamsDescription
listSELECTsubscriptionIdThis operation performs a union of predefined tags, resource tags, resource group tags and subscription tags, and returns a summary of usage for each tag name and value under the given subscription. In case of a large number of tags, this operation may return a previously cached result.
create_or_updateINSERTsubscriptionId, tagNameThis 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'.
deleteDELETEsubscriptionId, tagNameThis operation allows deleting a name from the list of predefined tag names for the given subscription. The name being deleted must not be in use as a tag name for any resource. All predefined values for the given name must have already been deleted.
_listEXECsubscriptionIdThis operation performs a union of predefined tags, resource tags, resource group tags and subscription tags, and returns a summary of usage for each tag name and value under the given subscription. In case of a large number of tags, this operation may return a previously cached result.