MonitoringOperation Class

System Center
 

Updated: April 16, 2012

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)


[SerializableAttribute]
public ref class MonitoringOperation : Operation

NameDescription
System_CAPS_pubpropertyDescription

(Inherited from Operation.)

System_CAPS_pubpropertyDisplayName

(Inherited from Operation.)

System_CAPS_pubpropertyId

(Inherited from MonitoringBaseWithId.)

System_CAPS_pubpropertyImplicitScopes

(Inherited from Operation.)

System_CAPS_pubpropertyManagementGroup

(Inherited from MonitoringBase.)

System_CAPS_pubpropertyManagementGroupId

(Inherited from MonitoringBase.)

System_CAPS_pubpropertyName

(Inherited from Operation.)

System_CAPS_pubpropertyNumericId

(Inherited from Operation.)

System_CAPS_pubpropertyScope

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

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from MonitoringBaseWithId.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from MonitoringBaseWithId.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodReconnect(EnterpriseManagementGroup^)

(Inherited from MonitoringBase.)

System_CAPS_protmethodSetId(Guid)

(Inherited from MonitoringBaseWithId.)

System_CAPS_pubmethodToString()

(Inherited from MonitoringBase.)

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: