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 | |
---|---|---|
ConnectorMonitoringAlertUpdateFailure() | Initializes a new ConnectorMonitoringAlertUpdateFailure object. |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
Finalize() | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
MemberwiseClone() | (Inherited from Object.) |
|
ToString() | (Inherited from Object.) |
Fields
Name | Description | |
---|---|---|
Message | The message for the failure that occurred from updating an alert. |
|
MonitoringAlertId | The globally unique identifier (GUID) of the alert that failed to get updated. |
|
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