Applies To: Operations Manager for System Center 2012
Note: This API is now obsolete.
Retrieves a collection of unit monitor types that have the specified GUIDs.
Namespace:   Microsoft.EnterpriseManagement
Assembly:  Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Syntax
[ObsoleteAttribute("Please use Monitoring.GetUnitMonitorTypes()")]
public ReadOnlyCollection<UnitMonitorType> GetUnitMonitorTypes(
    ICollection<Guid> ids
)
public:
[ObsoleteAttribute("Please use Monitoring.GetUnitMonitorTypes()")]
ReadOnlyCollection<UnitMonitorType^>^ GetUnitMonitorTypes(
    ICollection<Guid>^ ids
)
[<ObsoleteAttribute("Please use Monitoring.GetUnitMonitorTypes()")>]
member GetUnitMonitorTypes : 
        ids:ICollection<Guid> -> ReadOnlyCollection<UnitMonitorType>
<ObsoleteAttribute("Please use Monitoring.GetUnitMonitorTypes()")>
Public Function GetUnitMonitorTypes (
    ids As ICollection(Of Guid)
) As ReadOnlyCollection(Of UnitMonitorType)
Parameters
- ids 
 Type: System.Collections.Generic.ICollection<Guid>- The GUIDs of the unit monitor types to get. 
Return Value
Type: System.Collections.ObjectModel.ReadOnlyCollection<UnitMonitorType>
Returns aReadOnlyCollection<T> object ofMicrosoft.EnterpriseManagement.Configuration.UnitMonitorType objects.
See Also
GetUnitMonitorTypes Overload
ManagementGroup Class
Microsoft.EnterpriseManagement Namespace
Return to top