PartialMonitoringObject.InMaintenanceMode Property

Definition

Whether this monitoring object is in maintenance mode.

public:
 property bool InMaintenanceMode { bool get(); };
public bool InMaintenanceMode { get; }
member this.InMaintenanceMode : bool
Public ReadOnly Property InMaintenanceMode As Boolean

Property Value

Returns a Booleantrue if the monitoring object is in maintenance mode; otherwise, false.

Examples

For an example of this property, see PartialMonitoringObject

Remarks

When a monitoring object is in maintenance mode, the following features are temporarily suspended.

  1. Rules and monitors

  2. Notifications

  3. Diagnostics and recoveries

  4. State changes

  5. New alerts

To place the InMaintenanceMode object into maintenance mode, use the ScheduleMaintenanceMode method.

To remove the InMaintenanceMode object from maintenance mode, use the StopMaintenanceMode method.

Applies to

See also