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
System_CAPS_pubmethod Rule()

Initializes a new instance of the Rule class.

Properties

Name Description
System_CAPS_pubproperty Actions

Optional. Rule actions.

System_CAPS_pubproperty Condition

Optional. Rule condition.

System_CAPS_pubproperty Description

Optional. Rule description.

System_CAPS_pubproperty Id

Optional. Rule identifier.

System_CAPS_pubproperty IsEnabled

Optional. A flag that determines whether the rule is enabled or disabled.

System_CAPS_pubproperty LastUpdatedTime

Optional. Rule last updated time.

System_CAPS_pubproperty Name

Optional. Rule name.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod 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