MaintenanceModeReason Enumeration

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Defines the various reasons for entering maintenance mode.

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

Usage

'Usage
Dim instance As MaintenanceModeReason

Syntax

'Declaration
Public Enumeration MaintenanceModeReason
public enum MaintenanceModeReason
public enum class MaintenanceModeReason
public enum MaintenanceModeReason
public enum MaintenanceModeReason

Members

Member name Description
ApplicationInstallation An application is installed.
ApplicationUnresponsive An application is unresponsive.
ApplicationUnstable An application is unstable.
LossOfNetworkConnectivity A loss of network connectivity has occurred.
PlannedApplicationMaintenance Planned application maintenance.
PlannedHardwareInstallation Planned hardware installation.
PlannedHardwareMaintenance Planned hardware maintenance.
PlannedOperatingSystemReconfiguration Planned operating system reconfiguration.
PlannedOther Another planned reason not listed in this enumeration.
SecurityIssue A security issue.
UnplannedApplicationMaintenance Unplanned application maintenance.
UnplannedHardwareInstallation Unplanned hardware installation.
UnplannedHardwareMaintenance Unplanned hardware maintenance.
UnplannedOperatingSystemReconfiguration Unplanned operating system reconfiguration.
UnplannedOther Another unplanned reason that is not listed in this enumeration.

Platforms

Development Platforms

Windows Vista, Windows Server 2003, and

Target Platforms

See Also

Reference

Microsoft.EnterpriseManagement.Monitoring Namespace