Rule Class

 

Updated: September 18, 2014

An alert rule.

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

System.Object
  Microsoft.Azure.Management.Insights.Models.Rule

Public Class Rule

NameDescription
System_CAPS_pubmethodRule()

Initializes a new instance of the Rule class.

NameDescription
System_CAPS_pubpropertyAction

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

System_CAPS_pubpropertyCondition

Optional. The condition that results in the alert rule being activated.

System_CAPS_pubpropertyDescription

Optional. Description of the alert rule that will be included in the alert email.

System_CAPS_pubpropertyIsEnabled

Optional. Indicates whether the alert rule is enabled.

System_CAPS_pubpropertyLastUpdatedTime

Optional. Last time the rule was updated.

System_CAPS_pubpropertyName

Optional. Name of the alert rule.

NameDescription
System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: