ManagementGroup.GetMonitoringViews Method ()
Applies To: Operations Manager for System Center 2012
Note: This API is now obsolete.
Retrieves a collection of all the monitoring views.
Namespace: Microsoft.EnterpriseManagement
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Syntax
[ObsoleteAttribute("Please use Presentation.GetViews()")]
public ReadOnlyCollection<MonitoringView> GetMonitoringViews()
public:
[ObsoleteAttribute("Please use Presentation.GetViews()")]
ReadOnlyCollection<MonitoringView^>^ GetMonitoringViews()
[<ObsoleteAttribute("Please use Presentation.GetViews()")>]
member GetMonitoringViews : unit -> ReadOnlyCollection<MonitoringView>
<ObsoleteAttribute("Please use Presentation.GetViews()")>
Public Function GetMonitoringViews As ReadOnlyCollection(Of MonitoringView)
Return Value
Type: System.Collections.ObjectModel.ReadOnlyCollection<MonitoringView>
Returns aReadOnlyCollection<T> object ofMonitoringView objects.
Remarks
A view is a depiction of data with predefined criteria.
See Also
GetMonitoringViews Overload
ManagementGroup Class
Microsoft.EnterpriseManagement Namespace
Return to top