ManagementGroup::GetMonitoringViewType Method (String^, ManagementPack^)
System Center
Applies To: Operations Manager for System Center 2012
Note: This API is now obsolete.Namespace:
Microsoft.EnterpriseManagement
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Return to top
Retrieves the monitoring view type that has the specified name and that is contained in the specified management pack.
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
public: [ObsoleteAttribute("Please use Presentation.GetViewType()")] MonitoringViewType^ GetMonitoringViewType( String^ typeName, ManagementPack^ managementPack )
Parameters
- typeName
-
Type:
System::String^
The name of the type to get.
- managementPack
-
Type:
Microsoft.EnterpriseManagement.Configuration::ManagementPack^
The management pack to search for the type.
Return Value
Type: Microsoft.EnterpriseManagement.Configuration::MonitoringViewType^Returns aMonitoringViewTypevalue.
A view is a depiction of data with predefined criteria.
Show: