Alert Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
Alert()
public Alert ();
Public Sub New ()
Aplica-se a
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)
Parâmetros
- 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>
Aplica-se a
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for .NET