ManagementGroup.GetMonitoringClasses Method (ICollection<Guid>)
Applies To: Operations Manager for System Center 2012
Note: This API is now obsolete.
Retrieves a collection of monitoring classes that match the specified GUIDs.
Namespace: Microsoft.EnterpriseManagement
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Syntax
[ObsoleteAttribute("Please use EntityTypes.GetMonitoringClasses()")]
public ReadOnlyCollection<MonitoringClass> GetMonitoringClasses(
ICollection<Guid> ids
)
public:
[ObsoleteAttribute("Please use EntityTypes.GetMonitoringClasses()")]
ReadOnlyCollection<MonitoringClass^>^ GetMonitoringClasses(
ICollection<Guid>^ ids
)
[<ObsoleteAttribute("Please use EntityTypes.GetMonitoringClasses()")>]
member GetMonitoringClasses :
ids:ICollection<Guid> -> ReadOnlyCollection<MonitoringClass>
<ObsoleteAttribute("Please use EntityTypes.GetMonitoringClasses()")>
Public Function GetMonitoringClasses (
ids As ICollection(Of Guid)
) As ReadOnlyCollection(Of MonitoringClass)
Parameters
ids
Type: System.Collections.Generic.ICollection<Guid>The GUIDs of the monitoring classes to retrieve.
Return Value
Type: System.Collections.ObjectModel.ReadOnlyCollection<MonitoringClass>
Returns aReadOnlyCollection<T> object of MonitoringClassobjects.
See Also
GetMonitoringClasses Overload
ManagementGroup Class
Microsoft.EnterpriseManagement Namespace
Return to top