TagCount 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
TagCount() | |
TagCount(String, Nullable<Int32>) |
TagCount()
public TagCount ();
Public Sub New ()
Applies to
TagCount(String, Nullable<Int32>)
public TagCount (string type = default, int? value = default);
new Microsoft.Azure.Management.Internal.Resources.Models.TagCount : string * Nullable<int> -> Microsoft.Azure.Management.Internal.Resources.Models.TagCount
Public Sub New (Optional type As String = Nothing, Optional value As Nullable(Of Integer) = Nothing)
Parameters
- type
- String