PartialMonitoringObject::ScheduleMaintenanceMode Method (DateTime, DateTime, MaintenanceModeReason, String^, TraversalDepth)
Applies To: Operations Manager for System Center 2012
Schedules maintenance mode for this object.
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
public: void ScheduleMaintenanceMode( DateTime startTime, DateTime scheduledEndTime, MaintenanceModeReason reason, String^ comments, TraversalDepth traversalDepth )
Parameters
- startTime
-
Type:
System::DateTime
The time, in DateTime, to start maintenance mode
- scheduledEndTime
-
Type:
System::DateTime
The scheduled time, inDateTime format, to end maintenance mode.
- reason
-
Type:
Microsoft.EnterpriseManagement.Monitoring::MaintenanceModeReason
The reason to start maintenance mode.
- comments
-
Type:
System::String^
Comments about starting maintenance mode.
- traversalDepth
-
Type:
Microsoft.EnterpriseManagement.Common::TraversalDepth
A value that specifies the scope of the returned results. A value of OneLevel includes only instances of the specified class in the scope of the returned results. A value of Recursive includes instances of the specified class and all instances that are contained by those instances.
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 starts or stops, by reaching the startTime or scheduledEndTime time, the MaintenanceModeLastModified property is reset