Compartir a través de


Rule.IsEnabled Property

 

Optional. Indicates whether the alert rule is enabled.

Namespace:   Microsoft.Azure.Management.Insights.Models
Assembly:  Microsoft.Azure.Insights (in Microsoft.Azure.Insights.dll)

Syntax

public bool IsEnabled { get; set; }
public:
property bool IsEnabled {
    bool get();
    void set(bool value);
}
member IsEnabled : bool with get, set
Public Property IsEnabled As Boolean

Property Value

Type: System.Boolean

See Also

Rule Class
Microsoft.Azure.Management.Insights.Models Namespace

Return to top