ManagementGroup.GetMonitoringViewTypes Method (String)
Applies To: Operations Manager for System Center 2012
Note: This API is now obsolete.
Retrieves a collection of the monitoring view types that have the specified names.
Namespace: Microsoft.EnterpriseManagement
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Syntax
[ObsoleteAttribute("Please use Presentation.GetViewTypes()")]
public ReadOnlyCollection<MonitoringViewType> GetMonitoringViewTypes(
string typeName
)
public:
[ObsoleteAttribute("Please use Presentation.GetViewTypes()")]
ReadOnlyCollection<MonitoringViewType^>^ GetMonitoringViewTypes(
String^ typeName
)
[<ObsoleteAttribute("Please use Presentation.GetViewTypes()")>]
member GetMonitoringViewTypes :
typeName:string -> ReadOnlyCollection<MonitoringViewType>
<ObsoleteAttribute("Please use Presentation.GetViewTypes()")>
Public Function GetMonitoringViewTypes (
typeName As String
) As ReadOnlyCollection(Of MonitoringViewType)
Parameters
typeName
Type: System.StringThe name of the types to get.
Return Value
Type: System.Collections.ObjectModel.ReadOnlyCollection<MonitoringViewType>
Returns aReadOnlyCollection<T> object ofMonitoringViewTypeobjects
Remarks
A view is a depiction of data with predefined criteria.
See Also
GetMonitoringViewTypes Overload
ManagementGroup Class
Microsoft.EnterpriseManagement Namespace
Return to top