TagDetails 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
TagDetails() | |
TagDetails(String, String, TagCount, IList<TagValue>) |
TagDetails()
public TagDetails ();
Public Sub New ()
Applies to
TagDetails(String, String, TagCount, IList<TagValue>)
public TagDetails (string id = default, string tagName = default, Microsoft.Azure.Management.Internal.Resources.Models.TagCount count = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Internal.Resources.Models.TagValue> values = default);
new Microsoft.Azure.Management.Internal.Resources.Models.TagDetails : string * string * Microsoft.Azure.Management.Internal.Resources.Models.TagCount * System.Collections.Generic.IList<Microsoft.Azure.Management.Internal.Resources.Models.TagValue> -> Microsoft.Azure.Management.Internal.Resources.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
- tagName
- String
- count
- TagCount