Compartilhar via


SmartGroupAggregatedProperty Construtores

Definição

Sobrecargas

SmartGroupAggregatedProperty()

Inicializa uma nova instância da classe SmartGroupAggregatedProperty.

SmartGroupAggregatedProperty(String, Nullable<Int64>)

Inicializa uma nova instância da classe SmartGroupAggregatedProperty.

SmartGroupAggregatedProperty()

Inicializa uma nova instância da classe SmartGroupAggregatedProperty.

public SmartGroupAggregatedProperty ();
Public Sub New ()

Aplica-se a

SmartGroupAggregatedProperty(String, Nullable<Int64>)

Inicializa uma nova instância da classe SmartGroupAggregatedProperty.

public SmartGroupAggregatedProperty (string name = default, long? count = default);
new Microsoft.Azure.Management.AlertsManagement.Models.SmartGroupAggregatedProperty : string * Nullable<int64> -> Microsoft.Azure.Management.AlertsManagement.Models.SmartGroupAggregatedProperty
Public Sub New (Optional name As String = Nothing, Optional count As Nullable(Of Long) = Nothing)

Parâmetros

name
String

Nome do tipo.

count
Nullable<Int64>

Número total de itens do tipo.

Aplica-se a