MaintenanceWindow Class
Updated: April 16, 2012
Applies To: Operations Manager for System Center 2012
Represents a maintenance mode window that contains information about entering maintenance mode.
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Microsoft.EnterpriseManagement.Common::MonitoringBase
Microsoft.EnterpriseManagement.Monitoring::MaintenanceWindow
| Name | Description | |
|---|---|---|
![]() | Comments | Gets the comments that appear in the maintenance mode window. |
![]() | EndTime | Gets the actual time (as opposed to the scheduled time), in DateTime format, that maintenance mode ended. |
![]() | LastModified | Gets the time, in DateTime format, that the monitoring object was last modified. |
![]() | ManagementGroup | (Inherited from MonitoringBase.) |
![]() | ManagementGroupId | (Inherited from MonitoringBase.) |
![]() | MonitoringObjectId | Gets the globally unique identifier (GUID) for the monitoring object. |
![]() | Reason | Gets the reason for entering maintenance mode. |
![]() | ScheduledEndTime | Gets the scheduled time, in DateTime format, that maintenance mode will end. |
![]() | StartTime | Gets the time, in DateTime format, that maintenance mode started. |
![]() | User | Gets the user that last modified the monitoring object. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | Reconnect(EnterpriseManagementGroup^) | (Inherited from MonitoringBase.) |
![]() | ToString() | (Inherited from MonitoringBase.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


