MaintenanceWindow Class
Applies To: Operations Manager for System Center 2012
Represents a maintenance mode window that contains information about entering maintenance mode.
Namespace: Microsoft.EnterpriseManagement.Monitoring
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Inheritance Hierarchy
System.Object
Microsoft.EnterpriseManagement.Common.MonitoringBase
Microsoft.EnterpriseManagement.Monitoring.MaintenanceWindow
Syntax
public class MaintenanceWindow : MonitoringBase
public ref class MaintenanceWindow : MonitoringBase
type MaintenanceWindow =
class
inherit MonitoringBase
end
Public Class MaintenanceWindow
Inherits MonitoringBase
Properties
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. |
Methods
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.) |
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.EnterpriseManagement.Monitoring Namespace
Return to top