TagDetails Constructors

Definition

Overloads

TagDetails()

Initializes a new instance of the TagDetails class.

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

Initializes a new instance of the TagDetails class.

TagDetails()

Initializes a new instance of the TagDetails class.

public TagDetails ();
Public Sub New ()

Applies to

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

Initializes a new instance of the TagDetails class.

public TagDetails (string id = default, string tagName = default, Microsoft.Azure.Management.ResourceManager.Models.TagCount count = default, System.Collections.Generic.IList<Microsoft.Azure.Management.ResourceManager.Models.TagValue> values = default);
new Microsoft.Azure.Management.ResourceManager.Models.TagDetails : string * string * Microsoft.Azure.Management.ResourceManager.Models.TagCount * System.Collections.Generic.IList<Microsoft.Azure.Management.ResourceManager.Models.TagValue> -> Microsoft.Azure.Management.ResourceManager.Models.TagDetails
Public Sub New (Optional id As String = Nothing, Optional tagName As String = Nothing, Optional count As TagCount = Nothing, Optional values As IList(Of TagValue) = Nothing)

Parameters

id
String

The tag name ID.

tagName
String

The tag name.

count
TagCount

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.

values
IList<TagValue>

The list of tag values.

Applies to