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