MonitoringProbeActionModule Class
Applies To: Operations Manager for System Center 2012
Note: This API is now obsolete.
Represents a probe action module.
Namespace: Microsoft.EnterpriseManagement.Configuration
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Inheritance Hierarchy
System.Object
Microsoft.EnterpriseManagement.Configuration.ManagementPackSubElement
Microsoft.EnterpriseManagement.Configuration.ManagementPackModule
Microsoft.EnterpriseManagement.Configuration.ManagementPackProbeActionModule
Microsoft.EnterpriseManagement.Configuration.MonitoringProbeActionModule
Syntax
[SerializableAttribute]
[ObsoleteAttribute("This class is obsolete. Please use ManagementPackProbeActionModule instead.")]
public class MonitoringProbeActionModule : ManagementPackProbeActionModule,
IMonitoringBase
[SerializableAttribute]
[ObsoleteAttribute("This class is obsolete. Please use ManagementPackProbeActionModule instead.")]
public ref class MonitoringProbeActionModule : ManagementPackProbeActionModule,
IMonitoringBase
[<SerializableAttribute>]
[<ObsoleteAttribute("This class is obsolete. Please use ManagementPackProbeActionModule instead.")>]
type MonitoringProbeActionModule =
class
inherit ManagementPackProbeActionModule
interface IMonitoringBase
end
<SerializableAttribute>
<ObsoleteAttribute("This class is obsolete. Please use ManagementPackProbeActionModule instead.")>
Public Class MonitoringProbeActionModule
Inherits ManagementPackProbeActionModule
Implements IMonitoringBase
Constructors
Name | Description | |
---|---|---|
MonitoringProbeActionModule(ManagementPackElement, ManagementPackProbeActionModule) |
Properties
Name | Description | |
---|---|---|
Configuration | (Inherited from ManagementPackModule.) |
|
Description | (Inherited from ManagementPackSubElement.) |
|
DisplayName | (Inherited from ManagementPackSubElement.) |
|
Id | (Inherited from ManagementPackSubElement.) |
|
LanguageCode | (Inherited from ManagementPackSubElement.) |
|
ManagementGroup | (Inherited from ManagementPackSubElement.) |
|
ManagementGroupId | (Inherited from ManagementPackSubElement.) |
|
Name | (Inherited from ManagementPackSubElement.) |
|
ParentElement | (Inherited from ManagementPackSubElement.) |
|
RunAs | (Inherited from ManagementPackModule.) |
|
TypeID | (Inherited from ManagementPackProbeActionModule.) |
Methods
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.Configuration Namespace
Return to top