AlertProcessingRuleProperties 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
AlertProcessingRuleProperties() |
Initialise une nouvelle instance de la classe AlertProcessingRuleProperties. |
AlertProcessingRuleProperties(IList<String>, IList<Action>, IList<Condition>, Schedule, String, Nullable<Boolean>) |
Initialise une nouvelle instance de la classe AlertProcessingRuleProperties. |
AlertProcessingRuleProperties()
Initialise une nouvelle instance de la classe AlertProcessingRuleProperties.
public AlertProcessingRuleProperties ();
Public Sub New ()
S’applique à
AlertProcessingRuleProperties(IList<String>, IList<Action>, IList<Condition>, Schedule, String, Nullable<Boolean>)
Initialise une nouvelle instance de la classe AlertProcessingRuleProperties.
public AlertProcessingRuleProperties (System.Collections.Generic.IList<string> scopes, System.Collections.Generic.IList<Microsoft.Azure.Management.AlertsManagement.Models.Action> actions, System.Collections.Generic.IList<Microsoft.Azure.Management.AlertsManagement.Models.Condition> conditions = default, Microsoft.Azure.Management.AlertsManagement.Models.Schedule schedule = default, string description = default, bool? enabled = default);
new Microsoft.Azure.Management.AlertsManagement.Models.AlertProcessingRuleProperties : System.Collections.Generic.IList<string> * System.Collections.Generic.IList<Microsoft.Azure.Management.AlertsManagement.Models.Action> * System.Collections.Generic.IList<Microsoft.Azure.Management.AlertsManagement.Models.Condition> * Microsoft.Azure.Management.AlertsManagement.Models.Schedule * string * Nullable<bool> -> Microsoft.Azure.Management.AlertsManagement.Models.AlertProcessingRuleProperties
Public Sub New (scopes As IList(Of String), actions As IList(Of Action), Optional conditions As IList(Of Condition) = Nothing, Optional schedule As Schedule = Nothing, Optional description As String = Nothing, Optional enabled As Nullable(Of Boolean) = Nothing)
Paramètres
- schedule
- Schedule
Planification de la règle de traitement des alertes.
- description
- String
Description de la règle de traitement des alertes.
Indique si la règle de traitement des alertes donnée est activée ou désactivée.
S’applique à
Azure SDK for .NET