SmartGroupAggregatedProperty Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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.
S’applique à
Azure SDK for .NET