Share via


ScheduledQueryRuleAlertingAction Constructors

Definition

Overloads

ScheduledQueryRuleAlertingAction()
ScheduledQueryRuleAlertingAction(AlertingAction)

Initializes a new instance of the ScheduledQueryRuleAlertingAction class.

ScheduledQueryRuleAlertingAction()

public ScheduledQueryRuleAlertingAction ();
Public Sub New ()

Applies to

ScheduledQueryRuleAlertingAction(AlertingAction)

Initializes a new instance of the ScheduledQueryRuleAlertingAction class.

public ScheduledQueryRuleAlertingAction (Microsoft.Azure.Management.Monitor.Models.AlertingAction alertingAction);
new Microsoft.Azure.Management.Monitor.Management.Models.ScheduledQueryRuleAlertingAction : Microsoft.Azure.Management.Monitor.Models.AlertingAction -> Microsoft.Azure.Management.Monitor.Management.Models.ScheduledQueryRuleAlertingAction
Public Sub New (alertingAction As AlertingAction)

Parameters

alertingAction
AlertingAction

Specifiy action need to be taken when rule type is Alert

Applies to