ConnectorMonitoringAlertUpdateFailure Class

 

Applies To: Operations Manager for System Center 2012

Represents a failure that occurred from updating an alert.

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

Inheritance Hierarchy

System.Object
  Microsoft.EnterpriseManagement.ConnectorFramework.ConnectorMonitoringAlertUpdateFailure

Syntax

[DataContractAttribute]
public class ConnectorMonitoringAlertUpdateFailure
[DataContractAttribute]
public ref class ConnectorMonitoringAlertUpdateFailure 
[<DataContractAttribute>]
type ConnectorMonitoringAlertUpdateFailure = class end
<DataContractAttribute>
Public Class ConnectorMonitoringAlertUpdateFailure

Constructors

Name Description
System_CAPS_pubmethod ConnectorMonitoringAlertUpdateFailure()

Initializes a new ConnectorMonitoringAlertUpdateFailure object.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Fields

Name Description
System_CAPS_pubfield Message

The message for the failure that occurred from updating an alert.

System_CAPS_pubfield MonitoringAlertId

The globally unique identifier (GUID) of the alert that failed to get updated.

System_CAPS_pubfield Reason

A ConnectorMonitoringAlertUpdateFailureReason object that represents the reason for the failure that occurred from updating an alert.

Remarks

Occurs when a failure occurs during an alert update.

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.ConnectorFramework Namespace

Return to top