ConnectorMonitoringAlert Members

Updated: April 16, 2012

Contains information about an alert returned from a monitoring connector.

The following tables list the members exposed by the ConnectorMonitoringAlert type.

  Name Description
public property Category  Gets the category of the alert. (inherited from MonitoringAlert)
public property ClassId  (inherited from MonitoringAlert)
public property ConnectorId  Gets or sets the globally unique identifier (GUID) for the connector corresponding to the monitoring alert. (inherited from MonitoringAlert)
public property ConnectorStatus  Gets the status of this alert relative to the connector. (inherited from MonitoringAlert)
public property Context  Gets the context of the alert. (inherited from MonitoringAlert)
public property CustomField1  Gets or sets the value of the custom field 1 for the alert. (inherited from MonitoringAlert)
public property CustomField10  Gets or sets the value of the custom field 10 for the alert. (inherited from MonitoringAlert)
public property CustomField2  Gets or sets the value of the custom field 2 for the alert. (inherited from MonitoringAlert)
public property CustomField3  Gets or sets the value of the custom field 3 for the alert. (inherited from MonitoringAlert)
public property CustomField4  Gets or sets the value of the custom field 4 for the alert. (inherited from MonitoringAlert)
public property CustomField5  Gets or sets the value of the custom field 5 for the alert. (inherited from MonitoringAlert)
public property CustomField6  Gets or sets the value of the custom field 6 for the alert. (inherited from MonitoringAlert)
public property CustomField7  Gets or sets the value of the custom field 7 for the alert. (inherited from MonitoringAlert)
public property CustomField8  Gets or sets the value of the custom field 8 for the alert. (inherited from MonitoringAlert)
public property CustomField9  Gets or sets the value of the custom field 9 for the alert. (inherited from MonitoringAlert)
public property Description  Gets the description of the alert. (inherited from MonitoringAlert)
public property Id  Overridden. Gets the globally unique identifier (GUID) for the alert. (inherited from OperationalDataObject)
public property IsMonitorAlert  Gets a Boolean value that determines whether the alert was generated by a monitor. (inherited from MonitoringAlert)
public property LastModified  Gets the last time, in DateTime format, that the alert was modified. (inherited from MonitoringAlert)
public property LastModifiedBy  Gets the name of the user that last modified the alert. (inherited from MonitoringAlert)
public property LastModifiedByNonConnector  Gets the last time, in DateTime format, the alert was modified by something other than a connector. (inherited from MonitoringAlert)
public property MaintenanceModeLastModified  Gets the time, in DateTime format, that the maintenance mode of this alert was last modified. (inherited from MonitoringAlert)
public property ManagementGroup  The connection management group connection used by this object. (inherited from OperationalDataObject)
public property ManagementGroupId Gets the identifier for the Management Group that the alert came from.
public property ManagementGroupName Gets the name of the Management Group that the alert came from.
public property MonitoringObjectDisplayName  Gets the display name of the monitoring object that is associated with the alert. (inherited from MonitoringAlert)
public property MonitoringObjectFullName  Gets the full name of the monitoring object that is associated with the alert. (inherited from MonitoringAlert)
public property MonitoringObjectHealthState  Gets the health state of the monitoring object associated with this alert. (inherited from MonitoringAlert)
public property MonitoringObjectId  Overridden. Gets the globally unique identifier (GUID) for the monitoring object that is associated with this alert. (inherited from OperationalDataObject)
public property MonitoringObjectInMaintenanceMode  Gets a value indicating whether the monitoring object associated with the alert is in maintenance mode. (inherited from MonitoringAlert)
public property MonitoringObjectName  Gets the name of the monitoring object that is associated with this alert. (inherited from MonitoringAlert)
public property MonitoringObjectPath  Gets the path to the monitoring object that is associated with this alert. (inherited from MonitoringAlert)
public property Name  Gets the name of the alert. (inherited from MonitoringAlert)
public property NetbiosComputerName  Gets the name of the computer that raised this alert. (inherited from MonitoringAlert)
public property NetbiosDomainName  Gets the domain of the computer that raised this alert. (inherited from MonitoringAlert)
public property Owner  Gets or sets the owner of the alert. (inherited from MonitoringAlert)
public property Parameters  Gets a collection of parameters for the alert. (inherited from MonitoringAlert)
public property PrincipalName  Gets the principal name of the computer that this alert was created for. (inherited from MonitoringAlert)
public property Priority  Gets the priority of the alert. (inherited from MonitoringAlert)
public property ProblemId  Gets the globally unique identifier (GUID) of the associated monitor if the IsMonitorAlert property is true, otherwise, gets or sets the GUID for the problem. (inherited from MonitoringAlert)
public property RepeatCount  Gets the repeat count of this alert. (inherited from MonitoringAlert)
public property ResolutionState  Gets the resolution state of the alert. (inherited from MonitoringAlert)
public property ResolvedBy  Gets the user who resolved this alert. (inherited from MonitoringAlert)
public property RuleId  Overridden. (inherited from OperationalDataObject)
public property Severity  Gets the severity of the alert. (inherited from MonitoringAlert)
public property SiteName  Gets the site name of the alert. (inherited from MonitoringAlert)
public property StateLastModified  Gets the time, in DateTime format, that the state of this alert was last modified. (inherited from MonitoringAlert)
public property TicketId  Gets or sets a string identifier for the ticket of the alert. (inherited from MonitoringAlert)
public property TimeAdded  Gets the time, in DateTime format, the alert was added to the system. (inherited from MonitoringAlert)
public property TimeRaised  Gets the time, in DateTime format, the alert was raised. (inherited from MonitoringAlert)
public property TimeResolutionStateLastModified  Gets the last time, in DateTime format, the resolution state of the alert was modified. (inherited from MonitoringAlert)
public property TimeResolved  Gets the time, in DateTime format, the alert was resolved. (inherited from MonitoringAlert)
Top
(see also Protected Methods)
  Name Description
public method Equals  Overridden. Determines whether this object is equal to the specified object. (inherited from Object)
public method GetHashCode  Overridden. Gets the hash code for the OperationalDataObject object (inherited from Object)
public method GetMonitoringAlertHistory  Gets a collection of MonitoringAlertHistory objects that contain the history for the alert. (inherited from MonitoringAlert)
public method GetType  (inherited from Object)
public method Reconnect  Overridden. Reconnects to the specified management group after the object has been disconnected. (inherited from MonitoringBase)
public method Refresh  Refreshes the alert from the data store. (inherited from MonitoringAlert)
public method ToString  Overridden. (inherited from Object)
public method Update  Overloaded. Updates the alert and adds a comment about the update. (inherited from MonitoringAlert)
Top
  Name Description
protected method Finalize  (inherited from Object)
protected method MemberwiseClone  (inherited from Object)
Top