Share via


MonitoringOperation Class

 

Applies To: Operations Manager for System Center 2012

Defines the properties for a monitoring operation. A monitoring operation is defined by a name, description, identifier, and scope.

Namespace:   Microsoft.EnterpriseManagement.Monitoring.Security
Assembly:  Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)

Inheritance Hierarchy

System.Object
  Microsoft.EnterpriseManagement.Common.MonitoringBase
    Microsoft.EnterpriseManagement.Common.MonitoringBaseWithId
      Microsoft.EnterpriseManagement.Security.Operation
        Microsoft.EnterpriseManagement.Monitoring.Security.MonitoringOperation

Syntax

[SerializableAttribute]
public class MonitoringOperation : Operation
[SerializableAttribute]
public ref class MonitoringOperation : Operation
[<SerializableAttribute>]
type MonitoringOperation = 
    class
        inherit Operation
    end
<SerializableAttribute>
Public Class MonitoringOperation
    Inherits Operation

Constructors

Name Description
System_CAPS_pubmethod MonitoringOperation(Operation)

Properties

Name Description
System_CAPS_pubproperty Description

(Inherited from Operation.)

System_CAPS_pubproperty DisplayName

(Inherited from Operation.)

System_CAPS_pubproperty Id

(Inherited from MonitoringBaseWithId.)

System_CAPS_pubproperty ImplicitScopes

(Inherited from Operation.)

System_CAPS_pubproperty ManagementGroup

(Inherited from MonitoringBase.)

System_CAPS_pubproperty ManagementGroupId

(Inherited from MonitoringBase.)

System_CAPS_pubproperty Name

(Inherited from Operation.)

System_CAPS_pubproperty NumericId

(Inherited from Operation.)

System_CAPS_pubproperty Scope

Gets the scope of the monitoring operation. The scope is defined by a value from the MonitoringOperationScopeTypes enumeration.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from MonitoringBaseWithId.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from MonitoringBaseWithId.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod Reconnect(EnterpriseManagementGroup)

(Inherited from MonitoringBase.)

System_CAPS_protmethod SetId(Guid)

(Inherited from MonitoringBaseWithId.)

System_CAPS_pubmethod ToString()

(Inherited from MonitoringBase.)

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.Security Namespace

Return to top