ManagementGroup.GetUnitMonitorTypes Method ()

 

Applies To: Operations Manager for System Center 2012

Note: This API is now obsolete.

Retrieves a collection of all defined unit monitor types.

Namespace:   Microsoft.EnterpriseManagement
Assembly:  Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)

Syntax

[ObsoleteAttribute("Please use Monitoring.GetUnitMonitorTypes()")]
public ReadOnlyCollection<UnitMonitorType> GetUnitMonitorTypes()
public:
[ObsoleteAttribute("Please use Monitoring.GetUnitMonitorTypes()")]
ReadOnlyCollection<UnitMonitorType^>^ GetUnitMonitorTypes()
[<ObsoleteAttribute("Please use Monitoring.GetUnitMonitorTypes()")>]
member GetUnitMonitorTypes : unit -> ReadOnlyCollection<UnitMonitorType>
<ObsoleteAttribute("Please use Monitoring.GetUnitMonitorTypes()")>
Public Function GetUnitMonitorTypes As ReadOnlyCollection(Of UnitMonitorType)

Return Value

Type: System.Collections.ObjectModel.ReadOnlyCollection<UnitMonitorType>

Returns aReadOnlyCollection<T> object ofUnitMonitorType objects.

See Also

GetUnitMonitorTypes Overload
ManagementGroup Class
Microsoft.EnterpriseManagement Namespace

Return to top