Alert Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
Alert()
public Alert ();
Public Sub New ()
Applies to
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)
Parameters
- 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>
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET