Condividi tramite


TagValue Constructors

Definition

Overloads

TagValue()

Initializes a new instance of the TagValue class.

TagValue(String, String, TagCount)

Initializes a new instance of the TagValue class.

TagValue()

Initializes a new instance of the TagValue class.

public TagValue ();
Public Sub New ()

Applies to

TagValue(String, String, TagCount)

Initializes a new instance of the TagValue class.

public TagValue (string id = default, string tagValueProperty = default, Microsoft.Azure.Management.ResourceManager.Models.TagCount count = default);
new Microsoft.Azure.Management.ResourceManager.Models.TagValue : string * string * Microsoft.Azure.Management.ResourceManager.Models.TagCount -> Microsoft.Azure.Management.ResourceManager.Models.TagValue
Public Sub New (Optional id As String = Nothing, Optional tagValueProperty As String = Nothing, Optional count As TagCount = Nothing)

Parameters

id
String

The tag value ID.

tagValueProperty
String

The tag value.

count
TagCount

The tag value count.

Applies to