ManagementGroup.GetRootMonitoringObjectGroups Method ()

 

Applies To: Operations Manager for System Center 2012

Note: This API is now obsolete.

Retrieves a collection of all root monitoring object groups that are based on the current user's security scope.

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

Syntax

[ObsoleteAttribute("Please use EntityObjects.GetRootObjectGroups()")]
public ReadOnlyCollection<MonitoringObjectGroup> GetRootMonitoringObjectGroups()
public:
[ObsoleteAttribute("Please use EntityObjects.GetRootObjectGroups()")]
ReadOnlyCollection<MonitoringObjectGroup^>^ GetRootMonitoringObjectGroups()
[<ObsoleteAttribute("Please use EntityObjects.GetRootObjectGroups()")>]
member GetRootMonitoringObjectGroups : unit -> ReadOnlyCollection<MonitoringObjectGroup>
<ObsoleteAttribute("Please use EntityObjects.GetRootObjectGroups()")>
Public Function GetRootMonitoringObjectGroups As ReadOnlyCollection(Of MonitoringObjectGroup)

Return Value

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

Returns aReadOnlyCollection<T> object ofMonitoringObjectGroup objects.

See Also

ManagementGroup Class
Microsoft.EnterpriseManagement Namespace

Return to top