Show / Hide Table of Contents

    Class RuleAction

    The action that is performed when the alert rule becomes active, and when an alert condition is resolved.

    Inheritance
    Object
    RuleAction
    RuleEmailAction
    RuleWebhookAction
    Namespace: System.Dynamic.ExpandoObject
    Assembly: Microsoft.Azure.Management.Monitor.dll
    Syntax
    public class RuleAction

    Constructors

    RuleAction()

    Initializes a new instance of the RuleAction class.

    Declaration
    public RuleAction ();
    Back to top Azure SDK for Net