Alert Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
Alert() |
Initialisiert eine neue instance der Warnungsklasse. |
Alert(String, AlertScope, String, DateTime, DateTime, AlertSource, AlertSeverity, AlertStatus, String, String, String, Nullable<Kind>, Nullable<DateTime>, Nullable<DateTime>, String, String, AlertErrorDetails, IDictionary<String,String>) |
Initialisiert eine neue instance der Warnungsklasse. |
Alert()
Initialisiert eine neue instance der Warnungsklasse.
public Alert();
Public Sub New ()
Gilt für:
Alert(String, AlertScope, String, DateTime, DateTime, AlertSource, AlertSeverity, AlertStatus, String, String, String, Nullable<Kind>, Nullable<DateTime>, Nullable<DateTime>, String, String, AlertErrorDetails, IDictionary<String,String>)
Initialisiert eine neue instance der Warnungsklasse.
public Alert(string title, Microsoft.Azure.Management.StorSimple8000Series.Models.AlertScope scope, string alertType, DateTime appearedAtTime, DateTime appearedAtSourceTime, Microsoft.Azure.Management.StorSimple8000Series.Models.AlertSource source, Microsoft.Azure.Management.StorSimple8000Series.Models.AlertSeverity severity, Microsoft.Azure.Management.StorSimple8000Series.Models.AlertStatus status, string id = default, string name = default, string type = default, Microsoft.Azure.Management.StorSimple8000Series.Models.Kind? kind = default, DateTime? clearedAtTime = default, DateTime? clearedAtSourceTime = default, string recommendation = default, string resolutionReason = default, Microsoft.Azure.Management.StorSimple8000Series.Models.AlertErrorDetails errorDetails = default, System.Collections.Generic.IDictionary<string,string> detailedInformation = default);
new Microsoft.Azure.Management.StorSimple8000Series.Models.Alert : string * Microsoft.Azure.Management.StorSimple8000Series.Models.AlertScope * string * DateTime * DateTime * Microsoft.Azure.Management.StorSimple8000Series.Models.AlertSource * Microsoft.Azure.Management.StorSimple8000Series.Models.AlertSeverity * Microsoft.Azure.Management.StorSimple8000Series.Models.AlertStatus * string * string * string * Nullable<Microsoft.Azure.Management.StorSimple8000Series.Models.Kind> * Nullable<DateTime> * Nullable<DateTime> * string * string * Microsoft.Azure.Management.StorSimple8000Series.Models.AlertErrorDetails * System.Collections.Generic.IDictionary<string, string> -> Microsoft.Azure.Management.StorSimple8000Series.Models.Alert
Public Sub New (title As String, scope As AlertScope, alertType As String, appearedAtTime As DateTime, appearedAtSourceTime As DateTime, source As AlertSource, severity As AlertSeverity, status As AlertStatus, Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional kind As Nullable(Of Kind) = Nothing, Optional clearedAtTime As Nullable(Of DateTime) = Nothing, Optional clearedAtSourceTime As Nullable(Of DateTime) = Nothing, Optional recommendation As String = Nothing, Optional resolutionReason As String = Nothing, Optional errorDetails As AlertErrorDetails = Nothing, Optional detailedInformation As IDictionary(Of String, String) = Nothing)
Parameter
- title
- String
Der Titel der Warnung
- scope
- AlertScope
Der Bereich der Warnung. Mögliche Werte: "Ressource", "Gerät"
- alertType
- String
Der Typ der Warnung
- appearedAtTime
- DateTime
Die UTC-Zeit, zu der die Warnung ausgelöst wurde
- appearedAtSourceTime
- DateTime
Die Quellzeit, zu der die Warnung ausgelöst wurde
- source
- AlertSource
Die Quelle, an der die Warnung ausgelöst wurde
- severity
- AlertSeverity
Der Schweregrad der Warnung. Mögliche Werte: "Informational", "Warning", "Critical"
- status
- AlertStatus
Der aktuelle status der Warnung. Mögliche Werte: "Active", "Cleared"
- id
- String
Die Pfad-ID, die das Objekt eindeutig identifiziert.
- name
- String
Der Name des Objekts.
- type
- String
Der hierarchische Typ des Objekts.
Die Art des -Objekts. Derzeit wird nur Series8000 unterstützt. Mögliche Werte: "Series8000"
- recommendation
- String
Die empfohlene Aktion für das Problem, das in der Warnung ausgelöst wird
- resolutionReason
- String
Der Grund für die Auflösung der Warnung
- errorDetails
- AlertErrorDetails
Die Details des Fehlers, für den die Warnung ausgelöst wurde
- detailedInformation
- IDictionary<String,String>
Weitere Details zur Warnung
Gilt für:
Azure SDK for .NET