Rule Class
An alert rule.
Namespace: Microsoft.WindowsAzure.Management.Monitoring.Alerts.Models
Assembly: Microsoft.WindowsAzure.Management.Monitoring (in Microsoft.WindowsAzure.Management.Monitoring.dll)
Inheritance Hierarchy
System.Object
Microsoft.WindowsAzure.Management.Monitoring.Alerts.Models.Rule
Syntax
public class Rule
public ref class Rule
type Rule = class end
Public Class Rule
Constructors
Name | Description | |
---|---|---|
Rule() | Initializes a new instance of the Rule class. |
Properties
Name | Description | |
---|---|---|
Actions | Optional. Rule actions. |
|
Condition | Optional. Rule condition. |
|
Description | Optional. Rule description. |
|
Id | Optional. Rule identifier. |
|
IsEnabled | Optional. A flag that determines whether the rule is enabled or disabled. |
|
LastUpdatedTime | Optional. Rule last updated time. |
|
Name | Optional. Rule name. |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
Finalize() | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
MemberwiseClone() | (Inherited from Object.) |
|
ToString() | (Inherited from Object.) |
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.WindowsAzure.Management.Monitoring.Alerts.Models Namespace
Return to top