TagDetails Class

Definition

Tag details.

public class TagDetails : Microsoft.Rest.Azure.IResource
type TagDetails = class
    interface IResource
Public Class TagDetails
Implements IResource
Inheritance
TagDetails
Implements

Constructors

TagDetails()

Initializes a new instance of the TagDetails class.

TagDetails(String, String, TagCount, IList<TagValue>)

Initializes a new instance of the TagDetails class.

Properties

Count

Gets or sets 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.

Id

Gets the tag name ID.

TagName

Gets or sets the tag name.

Values

Gets or sets the list of tag values.

Applies to