Share via


ConnectorMonitoringAlert Class

Definition

Represents information about the connector.

public ref class ConnectorMonitoringAlert : Microsoft::EnterpriseManagement::Monitoring::MonitoringAlert
[System.Serializable]
public class ConnectorMonitoringAlert : Microsoft.EnterpriseManagement.Monitoring.MonitoringAlert
type ConnectorMonitoringAlert = class
    inherit MonitoringAlert
Public Class ConnectorMonitoringAlert
Inherits MonitoringAlert
Inheritance
Attributes

Examples

The following example retrieves all of the alerts subscribed to a specific connector and displays a few of the ConnectorMonitoringAlert properties, including the ManagementGroupId and the ManagementGroupName.

This example assumes that a monitoring connector exists and that alerts are marked for this connector.

Properties

Category

The category of the alert.

(Inherited from MonitoringAlert)
ClassId

The base non-abstract MonitoringClass Id of the associated monitoring object.

(Inherited from MonitoringAlert)
ConnectorId

The id of the corresponding connector, if there is one.

(Inherited from MonitoringAlert)
ConnectorStatus

The status of this alert relative to the connector.

(Inherited from MonitoringAlert)
Context

The context of the alert.

(Inherited from MonitoringAlert)
CustomField1

A custom field.

(Inherited from MonitoringAlert)
CustomField10

A custom field.

(Inherited from MonitoringAlert)
CustomField2

A custom field.

(Inherited from MonitoringAlert)
CustomField3

A custom field.

(Inherited from MonitoringAlert)
CustomField4

A custom field.

(Inherited from MonitoringAlert)
CustomField5

A custom field.

(Inherited from MonitoringAlert)
CustomField6

A custom field.

(Inherited from MonitoringAlert)
CustomField7

A custom field.

(Inherited from MonitoringAlert)
CustomField8

A custom field.

(Inherited from MonitoringAlert)
CustomField9

A custom field.

(Inherited from MonitoringAlert)
Description

The description of the alert.

(Inherited from MonitoringAlert)
Id

The Id.

(Inherited from MonitoringAlert)
IsMonitorAlert

Whether this alert was generated by a monitor.

(Inherited from MonitoringAlert)
LastModified

The last time this alert was modified.

(Inherited from MonitoringAlert)
LastModifiedBy

Who modified this alert last.

(Inherited from MonitoringAlert)
LastModifiedByNonConnector

The last time this alert was modified by someone other than the connector.

(Inherited from MonitoringAlert)
MaintenanceModeLastModified

The last time the maintenance mode of this alert was modified.

(Inherited from MonitoringAlert)
ManagementGroup

The ManagementGroup the object was instantiated in.

(Inherited from OperationalDataObject)
ManagementGroupId

The id of the management group this alert came from.

ManagementGroupName

The name of the management group this alert came from.

MonitoringClassId
Obsolete.

The base non-abstract MonitoringClass Id of the associated monitoring object.

(Inherited from MonitoringAlert)
MonitoringObjectDisplayName

The display name of the associated monitoring object.

(Inherited from MonitoringAlert)
MonitoringObjectFullName

The full name of the corresponding monitoring object.

(Inherited from MonitoringAlert)
MonitoringObjectHealthState

The health state of the corresponding monitoring object.

(Inherited from MonitoringAlert)
MonitoringObjectId

The Id of the associated monitoring object.

(Inherited from MonitoringAlert)
MonitoringObjectInMaintenanceMode

Whether the monitoring object is in maintenance mode.

(Inherited from MonitoringAlert)
MonitoringObjectName

The name of the associated monitoring object.

(Inherited from MonitoringAlert)
MonitoringObjectPath

The path of the corresponding monitoring object.

(Inherited from MonitoringAlert)
MonitoringRuleId
Obsolete.

The Id of the associated rule.

(Inherited from MonitoringAlert)
Name

The name of the alert.

(Inherited from MonitoringAlert)
NetbiosComputerName

The name of the computer (if available) that this alert was created on the behalf of.

(Inherited from MonitoringAlert)
NetbiosDomainName

The domain of the computer (if available) that this alert was created on the behalf of.

(Inherited from MonitoringAlert)
Owner

The owner of the Alert.

(Inherited from MonitoringAlert)
Parameters

The parameters of the alert.

(Inherited from MonitoringAlert)
PrincipalName

The principal name of the computer (if available) that this alert was created on the behalf of.

(Inherited from MonitoringAlert)
Priority

The priority of the alert.

(Inherited from MonitoringAlert)
ProblemId

The Id of the associated monitor if IsMonitorAlert is true, otherwise the problem id.

(Inherited from MonitoringAlert)
RepeatCount

The repeat count of the alert.

(Inherited from MonitoringAlert)
ResolutionState

The resolution state of the alert.

(Inherited from MonitoringAlert)
ResolvedBy

Who resolved this alert.

(Inherited from MonitoringAlert)
RuleId

The Id of the associated rule.

(Inherited from MonitoringAlert)
Severity

The severity of the alert.

(Inherited from MonitoringAlert)
SiteName

The site name of the alert.

(Inherited from MonitoringAlert)
StateLastModified

The last time the state of this alert was modified.

(Inherited from MonitoringAlert)
TfsWorkItemId

The TFS work item ID associated with the alert

(Inherited from MonitoringAlert)
TfsWorkItemOwner

The TFS work item owner associated with the alert

(Inherited from MonitoringAlert)
TicketId

The ticket id of the alert.

(Inherited from MonitoringAlert)
TimeAdded

The time this alert was added into the System.

(Inherited from MonitoringAlert)
TimeRaised

The time this alert was raised.

(Inherited from MonitoringAlert)
TimeResolutionStateLastModified

The last time the resolution state of this alert was modified.

(Inherited from MonitoringAlert)
TimeResolved

The time this alert was resolved.

(Inherited from MonitoringAlert)
UnformattedDescription

The unformatted description of the alert.

(Inherited from MonitoringAlert)

Methods

Equals(Object)

Checks for equality

(Inherited from OperationalDataObject)
GetHashCode()

Gets the hash code for the object

(Inherited from OperationalDataObject)
GetMonitoringAlertHistory()

Gets the associated alert history of this alert.

(Inherited from MonitoringAlert)
Reconnect(EnterpriseManagementGroup)

Reconnects the specified management group.

(Inherited from OperationalDataObject)
Refresh()

Refreshes the alert from the data store.

(Inherited from MonitoringAlert)
Update(String)

Updates this alert and adds a comment. If no changes are made prior to this call, it will simply insert a new comment for the MonitoringAlert.

(Inherited from MonitoringAlert)
Update(String, MonitoringConnector)

Updates this alert on behalf of the given connector and adds a comment. If no changes are made prior to this call, it will simply insert a new comment for the MonitoringAlert.

(Inherited from MonitoringAlert)

Applies to