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