Partager via


SmartGroupAggregatedProperty Constructeurs

Définition

Surcharges

SmartGroupAggregatedProperty()

Initialise une nouvelle instance de la classe SmartGroupAggregatedProperty.

SmartGroupAggregatedProperty(String, Nullable<Int64>)

Initialise une nouvelle instance de la classe SmartGroupAggregatedProperty.

SmartGroupAggregatedProperty()

Initialise une nouvelle instance de la classe SmartGroupAggregatedProperty.

public SmartGroupAggregatedProperty ();
Public Sub New ()

S’applique à

SmartGroupAggregatedProperty(String, Nullable<Int64>)

Initialise une nouvelle instance de la 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)

Paramètres

name
String

Nom du type.

count
Nullable<Int64>

Nombre total d’éléments de type.

S’applique à