ClientMonitoringResponseSettings Class
Applies To: Operations Manager for System Center 2012
Allows you to access methods that are used for client monitoring response settings.
Namespace: Microsoft.EnterpriseManagement.Monitoring.ClientMonitoring
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Inheritance Hierarchy
System.Object
Microsoft.EnterpriseManagement.Monitoring.ClientMonitoring.ClientMonitoringResponseSettings
Syntax
public class ClientMonitoringResponseSettings
public ref class ClientMonitoringResponseSettings
type ClientMonitoringResponseSettings = class end
Public Class ClientMonitoringResponseSettings
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
Finalize() | (Inherited from Object.) |
|
GetCustomCollectionResponse(MonitoringObject) | Gets a custom collection response for a monitoring object. |
|
GetCustomSolutionResponse(MonitoringObject) | Gets a custom solution response for a monitoring object. |
|
GetHashCode() | (Inherited from Object.) |
|
GetMicrosoftCollectionResponse(MonitoringObject) | Gets a Microsoft collection response for a monitoring object. |
|
GetMicrosoftSolutionResponse(MonitoringObject) | Gets a Microsoft solution response for a monitoring object. |
|
GetSelectedCollectionResponseType(MonitoringObject) | Gets a selected collection response type for a monitoring object. |
|
GetSelectedSolutionResponseType(MonitoringObject) | Gets a selected solution response type for a monitoring object. |
|
GetType() | (Inherited from Object.) |
|
MemberwiseClone() | (Inherited from Object.) |
|
SetResponse(MonitoringObject, AemResponseType, AemResponseType, String, AemCollectionResponse) | Sets a response for a monitoring object. |
|
ToString() | (Inherited from 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
Microsoft.EnterpriseManagement.Monitoring.ClientMonitoring Namespace
Return to top