PartialMonitoringObject::StopMaintenanceMode Method (DateTime)

System Center
 

Applies To: Operations Manager for System Center 2012

Stops maintenance mode for this object.

Namespace:   Microsoft.EnterpriseManagement.Monitoring
Assembly:  Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)

public:
void StopMaintenanceMode(
	DateTime endTime
)

Parameters

endTime
Type: System::DateTime

The time, in DateTime format, to stop maintenance mode

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

  • Rules and monitors

  • Notifications

  • Diagnostics and recoveries

  • State changes

  • New alerts

When maintenance mode stops by the StopMaintenanceMode method, the MaintenanceModeLastModified property is reset

Return to top
Show: