Alert Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
Alert() |
Initialise une nouvelle instance de la classe Alert. |
Alert(String, AlertScope, String, DateTime, DateTime, AlertSource, AlertSeverity, AlertStatus, String, String, String, Nullable<Kind>, Nullable<DateTime>, Nullable<DateTime>, String, String, AlertErrorDetails, IDictionary<String,String>) |
Initialise une nouvelle instance de la classe Alert. |
Alert()
Initialise une nouvelle instance de la classe Alert.
public Alert ();
Public Sub New ()
S’applique à
Alert(String, AlertScope, String, DateTime, DateTime, AlertSource, AlertSeverity, AlertStatus, String, String, String, Nullable<Kind>, Nullable<DateTime>, Nullable<DateTime>, String, String, AlertErrorDetails, IDictionary<String,String>)
Initialise une nouvelle instance de la classe Alert.
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)
Paramètres
- title
- String
Titre de l’alerte
- scope
- AlertScope
Étendue de l’alerte. Les valeurs possibles sont les suivantes : 'Resource', 'Device'
- alertType
- String
Le type de l'alerte
- appearedAtTime
- DateTime
Heure UTC à laquelle l’alerte a été déclenchée
- appearedAtSourceTime
- DateTime
Heure source à laquelle l’alerte a été déclenchée
- source
- AlertSource
Source à laquelle l’alerte a été déclenchée
- severity
- AlertSeverity
Gravité de l’alerte. Les valeurs possibles sont les suivantes : « Informational », « Warning », « Critical »
- status
- AlertStatus
Status actuelle de l’alerte. Les valeurs possibles sont les suivantes : 'Active', 'Cleared'
- id
- String
ID de chemin d’accès qui identifie de manière unique l’objet.
- name
- String
Nom de l'objet.
- type
- String
Type hiérarchique de l’objet.
Type de l’objet. Actuellement, seule la série 8000 est prise en charge. Les valeurs possibles sont les suivantes : « Series8000 »
- recommendation
- String
Action recommandée pour le problème soulevé dans l’alerte
- resolutionReason
- String
Raison de la résolution de l’alerte
- errorDetails
- AlertErrorDetails
Détails de l’erreur pour laquelle l’alerte a été déclenchée
- detailedInformation
- IDictionary<String,String>
Plus d’informations sur l’alerte
S’applique à
Azure SDK for .NET