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()
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>)
public Alert (string title, Microsoft.Azure.Management.StorSimple.Fluent.Models.AlertScope scope, string alertType, DateTime appearedAtTime, DateTime appearedAtSourceTime, Microsoft.Azure.Management.StorSimple.Fluent.Models.AlertSource source, Microsoft.Azure.Management.StorSimple.Fluent.Models.AlertSeverity severity, Microsoft.Azure.Management.StorSimple.Fluent.Models.AlertStatus status, string id = default, string name = default, string type = default, Microsoft.Azure.Management.StorSimple.Fluent.Models.Kind? kind = default, DateTime? clearedAtTime = default, DateTime? clearedAtSourceTime = default, string recommendation = default, string resolutionReason = default, Microsoft.Azure.Management.StorSimple.Fluent.Models.AlertErrorDetails errorDetails = default, System.Collections.Generic.IDictionary<string,string> detailedInformation = default);
new Microsoft.Azure.Management.StorSimple.Fluent.Models.Alert : string * Microsoft.Azure.Management.StorSimple.Fluent.Models.AlertScope * string * DateTime * DateTime * Microsoft.Azure.Management.StorSimple.Fluent.Models.AlertSource * Microsoft.Azure.Management.StorSimple.Fluent.Models.AlertSeverity * Microsoft.Azure.Management.StorSimple.Fluent.Models.AlertStatus * string * string * string * Nullable<Microsoft.Azure.Management.StorSimple.Fluent.Models.Kind> * Nullable<DateTime> * Nullable<DateTime> * string * string * Microsoft.Azure.Management.StorSimple.Fluent.Models.AlertErrorDetails * System.Collections.Generic.IDictionary<string, string> -> Microsoft.Azure.Management.StorSimple.Fluent.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
- scope
- AlertScope
- alertType
- String
- appearedAtTime
- DateTime
- appearedAtSourceTime
- DateTime
- source
- AlertSource
- severity
- AlertSeverity
- status
- AlertStatus
- id
- String
- name
- String
- type
- String
- recommendation
- String
- resolutionReason
- String
- errorDetails
- AlertErrorDetails
- detailedInformation
- IDictionary<String,String>
Gilt für:
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for .NET