Dela via


MonitoringTaskConfiguration Class

 

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)

Inheritance Hierarchy

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

Syntax

[ObsoleteAttribute("Use TaskConfiguration")]
public class MonitoringTaskConfiguration : TaskConfiguration
[ObsoleteAttribute("Use TaskConfiguration")]
public ref class MonitoringTaskConfiguration : TaskConfiguration
[<ObsoleteAttribute("Use TaskConfiguration")>]
type MonitoringTaskConfiguration = 
    class
        inherit TaskConfiguration
    end
<ObsoleteAttribute("Use TaskConfiguration")>
Public Class MonitoringTaskConfiguration
    Inherits TaskConfiguration

Constructors

Name Description
System_CAPS_pubmethod MonitoringTaskConfiguration()

Initializes a new MonitoringTaskConfiguration object.

Properties

Name Description
System_CAPS_pubproperty Credentials

(Inherited from TaskConfiguration.)

System_CAPS_pubproperty Overrides

(Inherited from TaskConfiguration.)

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Remarks

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.

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

MonitoringTask
Microsoft.EnterpriseManagement.Configuration Namespace

Return to top