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 | |
---|---|---|
MonitoringOperation(Operation) |
Properties
Name | Description | |
---|---|---|
Description | (Inherited from Operation.) |
|
DisplayName | (Inherited from Operation.) |
|
Id | (Inherited from MonitoringBaseWithId.) |
|
ImplicitScopes | (Inherited from Operation.) |
|
ManagementGroup | (Inherited from MonitoringBase.) |
|
ManagementGroupId | (Inherited from MonitoringBase.) |
|
Name | (Inherited from Operation.) |
|
NumericId | (Inherited from Operation.) |
|
Scope | Gets the scope of the monitoring operation. The scope is defined by a value from the MonitoringOperationScopeTypes enumeration. |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from MonitoringBaseWithId.) |
|
Finalize() | (Inherited from Object.) |
|
GetHashCode() | (Inherited from MonitoringBaseWithId.) |
|
GetType() | (Inherited from Object.) |
|
MemberwiseClone() | (Inherited from Object.) |
|
Reconnect(EnterpriseManagementGroup) | (Inherited from MonitoringBase.) |
|
SetId(Guid) | (Inherited from MonitoringBaseWithId.) |
|
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