Skip to main content

tags_at_scope

Overview

Nametags_at_scope
TypeResource
Idazure.resources.tags_at_scope

Fields

NameDatatypeDescription
idstringThe ID of the tags wrapper resource.
namestringThe name of the tags wrapper resource.
propertiesobjectA dictionary of name and value pairs.
typestringThe type of the tags wrapper resource.

Methods

NameAccessible byRequired ParamsDescription
getSELECTscope
create_or_updateINSERTscope, data__propertiesThis operation allows adding or replacing the entire set of tags on the specified resource or subscription. The specified entity can have a maximum of 50 tags.
deleteDELETEscope
updateEXECscopeThis operation allows replacing, merging or selectively deleting tags on the specified resource or subscription. The specified entity can have a maximum of 50 tags at the end of the operation. The 'replace' option replaces the entire set of existing tags with a new set. The 'merge' option allows adding tags with new names and updating the values of tags with existing names. The 'delete' option allows selectively deleting tags based on given names or name/value pairs.