AlertProcessingRuleProperties 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
AlertProcessingRuleProperties() |
Initializes a new instance of the AlertProcessingRuleProperties class. |
AlertProcessingRuleProperties(IList<String>, IList<Action>, IList<Condition>, Schedule, String, Nullable<Boolean>) |
Initializes a new instance of the AlertProcessingRuleProperties class. |
AlertProcessingRuleProperties()
Initializes a new instance of the AlertProcessingRuleProperties class.
public AlertProcessingRuleProperties ();
Public Sub New ()
Applies to
AlertProcessingRuleProperties(IList<String>, IList<Action>, IList<Condition>, Schedule, String, Nullable<Boolean>)
Initializes a new instance of the AlertProcessingRuleProperties class.
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)
Parameters
- schedule
- Schedule
Scheduling for alert processing rule.
- description
- String
Description of alert processing rule.
Applies to
Azure SDK for .NET