MonitoringObjectGroup.GetChildMonitoringObjectGroups Method ()

 

Applies To: Operations Manager for System Center 2012

Note: This API is now obsolete.

Returns the child monitoring object groups based on this monitoring object group.

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

Syntax

[ObsoleteAttribute("Use ManagementGroup.EntityObjects.GetRelatedObjects<MonitoringObject>(ManagementPackClass - where this is the group type")]
public ReadOnlyCollection<MonitoringObjectGroup> GetChildMonitoringObjectGroups()
public:
[ObsoleteAttribute("Use ManagementGroup.EntityObjects.GetRelatedObjects<MonitoringObject>(ManagementPackClass - where this is the group type")]
ReadOnlyCollection<MonitoringObjectGroup^>^ GetChildMonitoringObjectGroups()
[<ObsoleteAttribute("Use ManagementGroup.EntityObjects.GetRelatedObjects<MonitoringObject>(ManagementPackClass - where this is the group type")>]
member GetChildMonitoringObjectGroups : unit -> ReadOnlyCollection<MonitoringObjectGroup>
<ObsoleteAttribute("Use ManagementGroup.EntityObjects.GetRelatedObjects<MonitoringObject>(ManagementPackClass - where this is the group type")>
Public Function GetChildMonitoringObjectGroups As ReadOnlyCollection(Of MonitoringObjectGroup)

Return Value

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

Returns a ReadOnlyCollection<T>.

See Also

MonitoringObjectGroup Class
Microsoft.EnterpriseManagement.Monitoring Namespace

Return to top