次の方法で共有


TagCount Constructors

Definition

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
value
Nullable<Int32>

Applies to