MonitoringClass.GetMonitoringViews Method ()
Applies To: Operations Manager for System Center 2012
Note: This API is now obsolete.
Retrieves all the monitoring view objects that target this monitoring class.
Namespace: Microsoft.EnterpriseManagement.Configuration
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Syntax
[ObsoleteAttribute("Use ManagementGroup.Presentation.GetViews")]
public ReadOnlyCollection<MonitoringView> GetMonitoringViews()
public:
[ObsoleteAttribute("Use ManagementGroup.Presentation.GetViews")]
ReadOnlyCollection<MonitoringView^>^ GetMonitoringViews()
[<ObsoleteAttribute("Use ManagementGroup.Presentation.GetViews")>]
member GetMonitoringViews : unit -> ReadOnlyCollection<MonitoringView>
<ObsoleteAttribute("Use ManagementGroup.Presentation.GetViews")>
Public Function GetMonitoringViews As ReadOnlyCollection(Of MonitoringView)
Return Value
Type: System.Collections.ObjectModel.ReadOnlyCollection<MonitoringView>
Returns a ReadOnlyCollection<T> of MonitoringView objects.
See Also
GetMonitoringViews Overload
MonitoringClass Class
Microsoft.EnterpriseManagement.Configuration Namespace
Return to top