ManagementGroup.GetMonitoringOverrides Method ()
Applies To: Operations Manager for System Center 2012
Note: This API is now obsolete.
Retrieves a collection of all monitoring override objects.
Namespace: Microsoft.EnterpriseManagement
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Syntax
[ObsoleteAttribute("Please use Overrides.GetMonitoringOverrides()")]
public ReadOnlyCollection<ManagementPackOverride> GetMonitoringOverrides()
public:
[ObsoleteAttribute("Please use Overrides.GetMonitoringOverrides()")]
ReadOnlyCollection<ManagementPackOverride^>^ GetMonitoringOverrides()
[<ObsoleteAttribute("Please use Overrides.GetMonitoringOverrides()")>]
member GetMonitoringOverrides : unit -> ReadOnlyCollection<ManagementPackOverride>
<ObsoleteAttribute("Please use Overrides.GetMonitoringOverrides()")>
Public Function GetMonitoringOverrides As ReadOnlyCollection(Of ManagementPackOverride)
Return Value
Type: System.Collections.ObjectModel.ReadOnlyCollection<ManagementPackOverride>
Returns aReadOnlyCollection<T> object ofManagementPackOverride objects.
See Also
GetMonitoringOverrides Overload
ManagementGroup Class
Microsoft.EnterpriseManagement Namespace
Return to top