Table of Contents

Class TagResourceData

Namespace
Azure.ResourceManager.Resources
Assembly
Azure.ResourceManager.dll

A class representing the TagResource data model. Wrapper resource for tags API requests and responses.

public class TagResourceData : ResourceData, IJsonModel<TagResourceData>, IPersistableModel<TagResourceData>
Inheritance
TagResourceData
Implements
IJsonModel<TagResourceData>
IPersistableModel<TagResourceData>
Inherited Members

Constructors

TagResourceData(Tag)

Initializes a new instance of TagResourceData.

public TagResourceData(Tag properties)

Parameters

properties Tag

The set of tags.

Exceptions

ArgumentNullException

properties is null.

Properties

TagValues

Dictionary of <string>.

public IDictionary<string, string> TagValues { get; }

Property Value

IDictionary<string, string>