Share via


TagDetailsInner Constructors

Definition

Overloads

TagDetailsInner()

Initializes a new instance of the TagDetailsInner class.

TagDetailsInner(String, String, TagCount, IList<TagValueInner>)

Initializes a new instance of the TagDetailsInner class.

TagDetailsInner()

Initializes a new instance of the TagDetailsInner class.

public TagDetailsInner ();
Public Sub New ()

Applies to

TagDetailsInner(String, String, TagCount, IList<TagValueInner>)

Initializes a new instance of the TagDetailsInner class.

public TagDetailsInner (string id = default, string tagName = default, Microsoft.Azure.Management.ResourceManager.Fluent.Models.TagCount count = default, System.Collections.Generic.IList<Microsoft.Azure.Management.ResourceManager.Fluent.Models.TagValueInner> values = default);
new Microsoft.Azure.Management.ResourceManager.Fluent.Models.TagDetailsInner : string * string * Microsoft.Azure.Management.ResourceManager.Fluent.Models.TagCount * System.Collections.Generic.IList<Microsoft.Azure.Management.ResourceManager.Fluent.Models.TagValueInner> -> Microsoft.Azure.Management.ResourceManager.Fluent.Models.TagDetailsInner
Public Sub New (Optional id As String = Nothing, Optional tagName As String = Nothing, Optional count As TagCount = Nothing, Optional values As IList(Of TagValueInner) = 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<TagValueInner>

The list of tag values.

Applies to