TagValue Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
TagValue() | |
TagValue(String, String, TagCount) |
TagValue()
public TagValue ();
Public Sub New ()
Applies to
TagValue(String, String, TagCount)
public TagValue (string id = default, string tagValueProperty = default, Microsoft.Azure.Management.Internal.Resources.Models.TagCount count = default);
new Microsoft.Azure.Management.Internal.Resources.Models.TagValue : string * string * Microsoft.Azure.Management.Internal.Resources.Models.TagCount -> Microsoft.Azure.Management.Internal.Resources.Models.TagValue
Public Sub New (Optional id As String = Nothing, Optional tagValueProperty As String = Nothing, Optional count As TagCount = Nothing)
Parameters
- id
- String
- tagValueProperty
- String
- count
- TagCount