Class PredefinedTag
- Namespace
- Azure.ResourceManager.Resources.Models
- Assembly
- Azure.ResourceManager.dll
Tag details.
public class PredefinedTag : IJsonModel<PredefinedTag>, IPersistableModel<PredefinedTag>
- Inheritance
-
PredefinedTag
- Implements
-
IJsonModel<PredefinedTag>IPersistableModel<PredefinedTag>
- Inherited Members
Properties
Count
The total number of resources that use the resource tag. When a tag is initially created and has no associated resources, the value is 0.
public PredefinedTagCount Count { get; }
Property Value
Id
The tag name ID.
public string Id { get; }
Property Value
TagName
The tag name.
public string TagName { get; }
Property Value
Values
The list of tag values.
public IReadOnlyList<PredefinedTagValue> Values { get; }