MonitoringTaskConfiguration Class

System Center
 

Updated: April 16, 2012

Applies To: Operations Manager for System Center 2012

Note: This API is now obsolete.

Contains configuration settings for starting a monitoring task.

Namespace:   Microsoft.EnterpriseManagement.Configuration
Assembly:  Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)

System::Object
  Microsoft.EnterpriseManagement.Configuration::TaskConfiguration
    Microsoft.EnterpriseManagement.Configuration::MonitoringTaskConfiguration

[ObsoleteAttribute("Use TaskConfiguration")]
public ref class MonitoringTaskConfiguration : TaskConfiguration

NameDescription
System_CAPS_pubmethodMonitoringTaskConfiguration()

Initializes a new MonitoringTaskConfiguration object.

NameDescription
System_CAPS_pubpropertyCredentials

(Inherited from TaskConfiguration.)

System_CAPS_pubpropertyOverrides

(Inherited from TaskConfiguration.)

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

Use the MonitoringTaskConfiguration class to define and modify settings for detecting the state of a managed object so that you can diagnose and repair problems in that object.

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: