Freigeben über


SmartGroup Konstruktoren

Definition

Überlädt

SmartGroup()

Initialisiert eine neue instance der SmartGroup-Klasse.

SmartGroup(String, String, String, Nullable<Int64>, String, String, Nullable<DateTime>, Nullable<DateTime>, String, IList<SmartGroupAggregatedProperty>, IList<SmartGroupAggregatedProperty>, IList<SmartGroupAggregatedProperty>, IList<SmartGroupAggregatedProperty>, IList<SmartGroupAggregatedProperty>, IList<SmartGroupAggregatedProperty>, IList<SmartGroupAggregatedProperty>, String)

Initialisiert eine neue instance der SmartGroup-Klasse.

SmartGroup()

Initialisiert eine neue instance der SmartGroup-Klasse.

public SmartGroup ();
Public Sub New ()

Gilt für:

SmartGroup(String, String, String, Nullable<Int64>, String, String, Nullable<DateTime>, Nullable<DateTime>, String, IList<SmartGroupAggregatedProperty>, IList<SmartGroupAggregatedProperty>, IList<SmartGroupAggregatedProperty>, IList<SmartGroupAggregatedProperty>, IList<SmartGroupAggregatedProperty>, IList<SmartGroupAggregatedProperty>, IList<SmartGroupAggregatedProperty>, String)

Initialisiert eine neue instance der SmartGroup-Klasse.

public SmartGroup (string id = default, string type = default, string name = default, long? alertsCount = default, string smartGroupState = default, string severity = default, DateTime? startDateTime = default, DateTime? lastModifiedDateTime = default, string lastModifiedUserName = default, System.Collections.Generic.IList<Microsoft.Azure.Management.AlertsManagement.Models.SmartGroupAggregatedProperty> resources = default, System.Collections.Generic.IList<Microsoft.Azure.Management.AlertsManagement.Models.SmartGroupAggregatedProperty> resourceTypes = default, System.Collections.Generic.IList<Microsoft.Azure.Management.AlertsManagement.Models.SmartGroupAggregatedProperty> resourceGroups = default, System.Collections.Generic.IList<Microsoft.Azure.Management.AlertsManagement.Models.SmartGroupAggregatedProperty> monitorServices = default, System.Collections.Generic.IList<Microsoft.Azure.Management.AlertsManagement.Models.SmartGroupAggregatedProperty> monitorConditions = default, System.Collections.Generic.IList<Microsoft.Azure.Management.AlertsManagement.Models.SmartGroupAggregatedProperty> alertStates = default, System.Collections.Generic.IList<Microsoft.Azure.Management.AlertsManagement.Models.SmartGroupAggregatedProperty> alertSeverities = default, string nextLink = default);
new Microsoft.Azure.Management.AlertsManagement.Models.SmartGroup : string * string * string * Nullable<int64> * string * string * Nullable<DateTime> * Nullable<DateTime> * string * System.Collections.Generic.IList<Microsoft.Azure.Management.AlertsManagement.Models.SmartGroupAggregatedProperty> * System.Collections.Generic.IList<Microsoft.Azure.Management.AlertsManagement.Models.SmartGroupAggregatedProperty> * System.Collections.Generic.IList<Microsoft.Azure.Management.AlertsManagement.Models.SmartGroupAggregatedProperty> * System.Collections.Generic.IList<Microsoft.Azure.Management.AlertsManagement.Models.SmartGroupAggregatedProperty> * System.Collections.Generic.IList<Microsoft.Azure.Management.AlertsManagement.Models.SmartGroupAggregatedProperty> * System.Collections.Generic.IList<Microsoft.Azure.Management.AlertsManagement.Models.SmartGroupAggregatedProperty> * System.Collections.Generic.IList<Microsoft.Azure.Management.AlertsManagement.Models.SmartGroupAggregatedProperty> * string -> Microsoft.Azure.Management.AlertsManagement.Models.SmartGroup
Public Sub New (Optional id As String = Nothing, Optional type As String = Nothing, Optional name As String = Nothing, Optional alertsCount As Nullable(Of Long) = Nothing, Optional smartGroupState As String = Nothing, Optional severity As String = Nothing, Optional startDateTime As Nullable(Of DateTime) = Nothing, Optional lastModifiedDateTime As Nullable(Of DateTime) = Nothing, Optional lastModifiedUserName As String = Nothing, Optional resources As IList(Of SmartGroupAggregatedProperty) = Nothing, Optional resourceTypes As IList(Of SmartGroupAggregatedProperty) = Nothing, Optional resourceGroups As IList(Of SmartGroupAggregatedProperty) = Nothing, Optional monitorServices As IList(Of SmartGroupAggregatedProperty) = Nothing, Optional monitorConditions As IList(Of SmartGroupAggregatedProperty) = Nothing, Optional alertStates As IList(Of SmartGroupAggregatedProperty) = Nothing, Optional alertSeverities As IList(Of SmartGroupAggregatedProperty) = Nothing, Optional nextLink As String = Nothing)

Parameter

id
String

Azure-Ressourcen-ID

type
String

Azure-Ressourcentyp

name
String

Name der Azure-Ressource

alertsCount
Nullable<Int64>

Gesamtzahl der Warnungen in der intelligenten Gruppe

smartGroupState
String

Zustand der intelligenten Gruppe. Mögliche Werte: "New", "Acknowledged", "Closed"

severity
String

Der Schweregrad der intelligenten Gruppe ist der höchste (Sev0 >... > Sev4) Schweregrad aller Warnungen in der Gruppe. Mögliche Werte: "Sev0", "Sev1", "Sev2", "Sev3", "Sev4"

startDateTime
Nullable<DateTime>

Erstellungszeit der intelligenten Gruppe. Date-Time im ISO-8601-Format.

lastModifiedDateTime
Nullable<DateTime>

Zeitpunkt der letzten Aktualisierung der intelligenten Gruppe. Date-Time im ISO-8601-Format.

lastModifiedUserName
String

Letzte Änderung durch Den Benutzernamen.

resources
IList<SmartGroupAggregatedProperty>

Zusammenfassung der Zielressourcen in der intelligenten Gruppe

resourceTypes
IList<SmartGroupAggregatedProperty>

Zusammenfassung der Zielressourcentypen in der intelligenten Gruppe

resourceGroups
IList<SmartGroupAggregatedProperty>

Zusammenfassung der Zielressourcengruppen in der intelligenten Gruppe

monitorServices
IList<SmartGroupAggregatedProperty>

Zusammenfassung von monitorServices in der intelligenten Gruppe

monitorConditions
IList<SmartGroupAggregatedProperty>

Zusammenfassung der monitorConditions in der intelligenten Gruppe

alertStates
IList<SmartGroupAggregatedProperty>

Zusammenfassung der alertStates in der intelligenten Gruppe

alertSeverities
IList<SmartGroupAggregatedProperty>

Zusammenfassung der WarnungenJesitäten in der intelligenten Gruppe

nextLink
String

Der URI zum Abrufen der nächsten Seite von Warnungen. Rufen Sie ListNext() mit diesem URI auf, um die Warnungen der nächsten Seite abzurufen.

Gilt für: