TagCount Constructors

Definition

Overloads

TagCount()

Initializes a new instance of the TagCount class.

TagCount(String, Nullable<Int32>)

Initializes a new instance of the TagCount class.

TagCount()

Initializes a new instance of the TagCount class.

public TagCount ();
Public Sub New ()

Applies to

TagCount(String, Nullable<Int32>)

Initializes a new instance of the TagCount class.

public TagCount (string type = default, int? value = default);
new Microsoft.Azure.Management.ResourceManager.Fluent.Models.TagCount : string * Nullable<int> -> Microsoft.Azure.Management.ResourceManager.Fluent.Models.TagCount
Public Sub New (Optional type As String = Nothing, Optional value As Nullable(Of Integer) = Nothing)

Parameters

type
String

Type of count.

value
Nullable<Int32>

Value of count.

Applies to