ManagementGroup.GetMonitoringViews Method

 

Applies To: Operations Manager for System Center 2012

Retrieves the monitoring views.

Namespace:   Microsoft.EnterpriseManagement
Assembly:  Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)

Overload List

Name Description
System_CAPS_pubmethod GetMonitoringViews()

Obsolete.Retrieves a collection of all the monitoring views.

System_CAPS_pubmethod GetMonitoringViews(ManagementPackViewCriteria)

Obsolete.Retrieves a collection of monitoring view objects that match the specified filter.

System_CAPS_pubmethod GetMonitoringViews<T>(ICollection<T>)

Obsolete.Retrieves a collection of all the monitoring views in the management group that target the specified monitoring objects.

System_CAPS_pubmethod GetMonitoringViews<T>(ManagementPackViewCriteria, ICollection<T>)

Obsolete.Retrieves a collection of all the monitoring views in the management group that match the specified filter and that target the specified monitoring objects.

See Also

ManagementGroup Class
Microsoft.EnterpriseManagement Namespace

Return to top