Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Applies To: Operations Manager for System Center 2012
Note: This API is now obsolete.
Gets the child monitoring object groups of this partial 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> of MonitoringObjectGroup objects.
See Also
PartialMonitoringObjectGroup Class
Microsoft.EnterpriseManagement.Monitoring Namespace
Return to top