MaintenanceModeReason Enumeration

 

Applies To: Operations Manager for System Center 2012

Defines the various reasons for entering maintenance mode.

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

Syntax

public enum MaintenanceModeReason
public enum class MaintenanceModeReason
type MaintenanceModeReason
Public Enumeration 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.

See Also

Microsoft.EnterpriseManagement.Monitoring Namespace

Return to top