Table of Contents

Class Tag

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

A dictionary of name and value pairs.

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

Constructors

Tag()

Initializes a new instance of Tag.

public Tag()

Properties

TagValues

Dictionary of <string>.

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

Property Value

IDictionary<string, string>