MonitoringAlertProperty Class
Applies To: Operations Manager for System Center 2012
Represents a property of the MonitoringAlert class.
Namespace: Microsoft.EnterpriseManagement.Monitoring
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Inheritance Hierarchy
System.Object
Microsoft.EnterpriseManagement.Monitoring.OperationalDataProperty
Microsoft.EnterpriseManagement.Monitoring.MonitoringAlertProperty
Syntax
[SerializableAttribute]
public class MonitoringAlertProperty : OperationalDataProperty
[SerializableAttribute]
public ref class MonitoringAlertProperty : OperationalDataProperty
[<SerializableAttribute>]
type MonitoringAlertProperty =
class
inherit OperationalDataProperty
end
<SerializableAttribute>
Public Class MonitoringAlertProperty
Inherits OperationalDataProperty
Properties
Name | Description | |
---|---|---|
AllProperties | Returns a collection of MonitoringAlertProperty objects. Each object represents an MonitoringAlert property. |
|
PropertyName | Gets the column name of this property.(Inherited from OperationalDataProperty.) |
|
PropertyType | Gets the property type.(Inherited from OperationalDataProperty.) |
Methods
Name | Description | |
---|---|---|
Equals(Object) | Determines whether the specified OperationalDataProperty object equals the current OperationalDataProperty object(Inherited from OperationalDataProperty.) |
|
Finalize() | (Inherited from Object.) |
|
GetHashCode() | Serves as a hash function for the current OperationalDataProperty object(Inherited from OperationalDataProperty.) |
|
GetType() | (Inherited from Object.) |
|
MemberwiseClone() | (Inherited from Object.) |
|
ToString() | (Inherited from Object.) |
Fields
Name | Description | |
---|---|---|
Category | Represents the Category property. |
|
ClassId | Represents the ClassId property. |
|
ConnectorId | Represents the ConnectorId property. |
|
ConnectorStatus | Represents the ConnectorStatus property. |
|
Context | Represents the Context property. |
|
CustomField1 | Represents the CustomField1 property. |
|
CustomField10 | Represents the CustomField10 property. |
|
CustomField2 | Represents the CustomField2 property. |
|
CustomField3 | Represents the CustomField3 property. |
|
CustomField4 | Represents the CustomField4 property. |
|
CustomField5 | Represents the CustomField5 property. |
|
CustomField6 | Represents the CustomField6 property. |
|
CustomField7 | Represents the CustomField7 property. |
|
CustomField8 | Represents the CustomField8 property. |
|
CustomField9 | Represents the CustomField9 property. |
|
Description | Represents the Description property. |
|
Id | Represents the Id property. |
|
IsMonitorAlert | Represents the IsMonitorAlert property. |
|
LastModified | Represents the LastModified property. |
|
LastModifiedBy | Represents the LastModifiedBy property. |
|
LastModifiedByNonConnector | Represents the LastModifiedByNonConnector property. |
|
MaintenanceModeLastModified | Represents the MaintenanceModeLastModified property. |
|
MonitoringObjectDisplayName | Represents the MonitoringObjectDisplayName property. |
|
MonitoringObjectFullName | Represents the MonitoringObjectFullName property. |
|
MonitoringObjectHealthState | Represents the MonitoringObjectHealthState property. |
|
MonitoringObjectId | Represents the MonitoringObjectId property. |
|
MonitoringObjectInMaintenanceMode | Represents the MonitoringObjectInMaintenanceMode property. |
|
MonitoringObjectName | Represents the MonitoringObjectName property. |
|
MonitoringObjectPath | Represents the MonitoringObjectPath property. |
|
Name | Represents the Name property. |
|
NetbiosComputerName | Represents the NetbiosComputerName property. |
|
NetbiosDomainName | Represents the NetbiosDomainName property. |
|
Owner | Represents the Owner property. |
|
Parameters | Represents the Parameters property. |
|
PrincipalName | Represents the PrincipalName property. |
|
Priority | Represents the Priority property. |
|
ProblemId | Represents the ProblemId property. |
|
RepeatCount | Represents the RepeatCount property. |
|
ResolutionState | Represents the ResolutionState property. |
|
ResolvedBy | Represents the ResolvedBy property. |
|
RuleId | Represents the RuleId property. |
|
Severity | Represents the Severity property. |
|
SiteName | Represents the SiteName property. |
|
StateLastModified | Represents the StateLastModified property. |
|
TicketId | Represents the TicketId property. |
|
TimeAdded | Represents the TimeAdded property. |
|
TimeRaised | Represents the TimeRaised property. |
|
TimeResolutionStateLastModified | Represents the LastModified property. |
|
TimeResolved | Represents the TimeResolved property. |
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.Monitoring Namespace
Return to top