Share via


MSFT_AlertResolutionState Class

Note Note   

The MOM WMI classes has been deprecated and should not be used when creating new scripts. The WMI classes are included only to support existing scripts.

The MSFT_AlertResolutionState WMI class represents one of the resolution states that have been configured on the server running MOM.

The New and Resolved states are required and are not editable. All other states can be removed or changed. New states can also be added. To check the actual states currently available on a particular server running MOM, send a WMI query for all instances of the MSFT_AlertResolutionState class.

The MSFT_AlertResolutionState objects are used to describe the state of both MSFT_Alert and MSFT_AlertHistory objects. They are associated with resolution states using, respectively, the MSFT_AlertToAlertResolutionState class and the MSFT_AlertHistoryToAlertResolutionState class.

To get the numerical state value of an MSFT_Alert or MSFT_AlertHistory object, without the additional properties exposed by the MSFT_AlertResolutionState class, use the MSFT_Alert.ResolutionState property and the MSFT_AlertHistory.ResolutionState property.

Properties

Name Description

Description

Gets or sets the description for the MSFT_AlertResolutionState object.

Identifier

Gets or sets the identifier for the MSFT_AlertResolutionState object.

IsUserDefined

Checks whether the MSFT_AlertResolutionState object is user-defined or system-defined.

ServiceLevelAgreementTimePeriod

Gets or sets the duration the alert can remain in its current resolution state before it appears in the Service Level Exception view.

ServiceLevelAgreementTimeUnits

Gets the time units used for the ServiceLevelAgreementTimePeriod property.

Requirements

Platforms: Requires Windows 2000 Server or later

Version: Requires MOM 2000 SP1 or later

See Also

MOM WMI Classes | MSFT_Alert.ResolutionState Property | MSFT_AlertHistory.ResolutionState Property | MSFT_AlertToAlertResolutionState Class | MSFT_AlertHistoryToAlertResolutionState Class