MaintenanceWindow Class

System Center
 

Updated: April 16, 2012

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)

System::Object
  Microsoft.EnterpriseManagement.Common::MonitoringBase
    Microsoft.EnterpriseManagement.Monitoring::MaintenanceWindow

public ref class MaintenanceWindow : MonitoringBase

NameDescription
System_CAPS_pubpropertyComments

Gets the comments that appear in the maintenance mode window.

System_CAPS_pubpropertyEndTime

Gets the actual time (as opposed to the scheduled time), in DateTime format, that maintenance mode ended.

System_CAPS_pubpropertyLastModified

Gets the time, in DateTime format, that the monitoring object was last modified.

System_CAPS_pubpropertyManagementGroup

(Inherited from MonitoringBase.)

System_CAPS_pubpropertyManagementGroupId

(Inherited from MonitoringBase.)

System_CAPS_pubpropertyMonitoringObjectId

Gets the globally unique identifier (GUID) for the monitoring object.

System_CAPS_pubpropertyReason

Gets the reason for entering maintenance mode.

System_CAPS_pubpropertyScheduledEndTime

Gets the scheduled time, in DateTime format, that maintenance mode will end.

System_CAPS_pubpropertyStartTime

Gets the time, in DateTime format, that maintenance mode started.

System_CAPS_pubpropertyUser

Gets the user that last modified the monitoring object.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodReconnect(EnterpriseManagementGroup^)

(Inherited from MonitoringBase.)

System_CAPS_pubmethodToString()

(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.

Return to top
Show: