Freigeben über


SmartGroupAggregatedProperty Konstruktoren

Definition

Überlädt

SmartGroupAggregatedProperty()

Initialisiert eine neue instance der SmartGroupAggregatedProperty-Klasse.

SmartGroupAggregatedProperty(String, Nullable<Int64>)

Initialisiert eine neue instance der SmartGroupAggregatedProperty-Klasse.

SmartGroupAggregatedProperty()

Initialisiert eine neue instance der SmartGroupAggregatedProperty-Klasse.

public SmartGroupAggregatedProperty ();
Public Sub New ()

Gilt für:

SmartGroupAggregatedProperty(String, Nullable<Int64>)

Initialisiert eine neue instance der SmartGroupAggregatedProperty-Klasse.

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)

Parameter

name
String

Typname

count
Nullable<Int64>

Gesamtanzahl der Elemente des Typs.

Gilt für: