Share via


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
System_CAPS_pubpropertySystem_CAPS_static AllProperties

Returns a collection of MonitoringAlertProperty objects. Each object represents an MonitoringAlert property.

System_CAPS_pubproperty PropertyName

Gets the column name of this property.(Inherited from OperationalDataProperty.)

System_CAPS_pubproperty PropertyType

Gets the property type.(Inherited from OperationalDataProperty.)

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

Determines whether the specified OperationalDataProperty object equals the current OperationalDataProperty object(Inherited from OperationalDataProperty.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

Serves as a hash function for the current OperationalDataProperty object(Inherited from OperationalDataProperty.)

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_pubfieldSystem_CAPS_static Category

Represents the Category property.

System_CAPS_pubfieldSystem_CAPS_static ClassId

Represents the ClassId property.

System_CAPS_pubfieldSystem_CAPS_static ConnectorId

Represents the ConnectorId property.

System_CAPS_pubfieldSystem_CAPS_static ConnectorStatus

Represents the ConnectorStatus property.

System_CAPS_pubfieldSystem_CAPS_static Context

Represents the Context property.

System_CAPS_pubfieldSystem_CAPS_static CustomField1

Represents the CustomField1 property.

System_CAPS_pubfieldSystem_CAPS_static CustomField10

Represents the CustomField10 property.

System_CAPS_pubfieldSystem_CAPS_static CustomField2

Represents the CustomField2 property.

System_CAPS_pubfieldSystem_CAPS_static CustomField3

Represents the CustomField3 property.

System_CAPS_pubfieldSystem_CAPS_static CustomField4

Represents the CustomField4 property.

System_CAPS_pubfieldSystem_CAPS_static CustomField5

Represents the CustomField5 property.

System_CAPS_pubfieldSystem_CAPS_static CustomField6

Represents the CustomField6 property.

System_CAPS_pubfieldSystem_CAPS_static CustomField7

Represents the CustomField7 property.

System_CAPS_pubfieldSystem_CAPS_static CustomField8

Represents the CustomField8 property.

System_CAPS_pubfieldSystem_CAPS_static CustomField9

Represents the CustomField9 property.

System_CAPS_pubfieldSystem_CAPS_static Description

Represents the Description property.

System_CAPS_pubfieldSystem_CAPS_static Id

Represents the Id property.

System_CAPS_pubfieldSystem_CAPS_static IsMonitorAlert

Represents the IsMonitorAlert property.

System_CAPS_pubfieldSystem_CAPS_static LastModified

Represents the LastModified property.

System_CAPS_pubfieldSystem_CAPS_static LastModifiedBy

Represents the LastModifiedBy property.

System_CAPS_pubfieldSystem_CAPS_static LastModifiedByNonConnector

Represents the LastModifiedByNonConnector property.

System_CAPS_pubfieldSystem_CAPS_static MaintenanceModeLastModified

Represents the MaintenanceModeLastModified property.

System_CAPS_pubfieldSystem_CAPS_static MonitoringObjectDisplayName

Represents the MonitoringObjectDisplayName property.

System_CAPS_pubfieldSystem_CAPS_static MonitoringObjectFullName

Represents the MonitoringObjectFullName property.

System_CAPS_pubfieldSystem_CAPS_static MonitoringObjectHealthState

Represents the MonitoringObjectHealthState property.

System_CAPS_pubfieldSystem_CAPS_static MonitoringObjectId

Represents the MonitoringObjectId property.

System_CAPS_pubfieldSystem_CAPS_static MonitoringObjectInMaintenanceMode

Represents the MonitoringObjectInMaintenanceMode property.

System_CAPS_pubfieldSystem_CAPS_static MonitoringObjectName

Represents the MonitoringObjectName property.

System_CAPS_pubfieldSystem_CAPS_static MonitoringObjectPath

Represents the MonitoringObjectPath property.

System_CAPS_pubfieldSystem_CAPS_static Name

Represents the Name property.

System_CAPS_pubfieldSystem_CAPS_static NetbiosComputerName

Represents the NetbiosComputerName property.

System_CAPS_pubfieldSystem_CAPS_static NetbiosDomainName

Represents the NetbiosDomainName property.

System_CAPS_pubfieldSystem_CAPS_static Owner

Represents the Owner property.

System_CAPS_pubfieldSystem_CAPS_static Parameters

Represents the Parameters property.

System_CAPS_pubfieldSystem_CAPS_static PrincipalName

Represents the PrincipalName property.

System_CAPS_pubfieldSystem_CAPS_static Priority

Represents the Priority property.

System_CAPS_pubfieldSystem_CAPS_static ProblemId

Represents the ProblemId property.

System_CAPS_pubfieldSystem_CAPS_static RepeatCount

Represents the RepeatCount property.

System_CAPS_pubfieldSystem_CAPS_static ResolutionState

Represents the ResolutionState property.

System_CAPS_pubfieldSystem_CAPS_static ResolvedBy

Represents the ResolvedBy property.

System_CAPS_pubfieldSystem_CAPS_static RuleId

Represents the RuleId property.

System_CAPS_pubfieldSystem_CAPS_static Severity

Represents the Severity property.

System_CAPS_pubfieldSystem_CAPS_static SiteName

Represents the SiteName property.

System_CAPS_pubfieldSystem_CAPS_static StateLastModified

Represents the StateLastModified property.

System_CAPS_pubfieldSystem_CAPS_static TicketId

Represents the TicketId property.

System_CAPS_pubfieldSystem_CAPS_static TimeAdded

Represents the TimeAdded property.

System_CAPS_pubfieldSystem_CAPS_static TimeRaised

Represents the TimeRaised property.

System_CAPS_pubfieldSystem_CAPS_static TimeResolutionStateLastModified

Represents the LastModified property.

System_CAPS_pubfieldSystem_CAPS_static 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