PartialMonitoringObject.GetMostDerivedMonitoringClasses Method ()
Applies To: Operations Manager for System Center 2012
Note: This API is now obsolete.
Gets this instance's most derived monitoring classes.
Namespace: Microsoft.EnterpriseManagement.Monitoring
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Syntax
[ObsoleteAttribute("Use this.GetMostDerivedClasses")]
public ReadOnlyCollection<MonitoringClass> GetMostDerivedMonitoringClasses()
public:
[ObsoleteAttribute("Use this.GetMostDerivedClasses")]
ReadOnlyCollection<MonitoringClass^>^ GetMostDerivedMonitoringClasses()
[<ObsoleteAttribute("Use this.GetMostDerivedClasses")>]
member GetMostDerivedMonitoringClasses : unit -> ReadOnlyCollection<MonitoringClass>
<ObsoleteAttribute("Use this.GetMostDerivedClasses")>
Public Function GetMostDerivedMonitoringClasses As ReadOnlyCollection(Of MonitoringClass)
Return Value
Type: System.Collections.ObjectModel.ReadOnlyCollection<MonitoringClass>
Returns ReadOnlyCollection<T> of MonitoringClass objects.
Examples
For an example of this property, see GetLeastDerivedNonAbstractMonitoringClass.
See Also
GetLeastDerivedNonAbstractMonitoringClass
M:Microsoft.EnterpriseManagement.Monitoring.PartialMonitoringObject.GetParentMonitoringObjects
M:Microsoft.EnterpriseManagement.Monitoring.PartialMonitoringObject.GetParentPartialMonitoringObjects
PartialMonitoringObject Class
Microsoft.EnterpriseManagement.Monitoring Namespace
Return to top