PartialMonitoringObject.GetMonitoringDiagnostics Method ()

 

Applies To: Operations Manager for System Center 2012

Note: This API is now obsolete.

Gets all the diagnostics that are targeted toward this monitoring object, based on all the types of the entity and the base types.

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

Syntax

[ObsoleteAttribute("Use ManagementGroup.Monitoring.GetDiagnostics methods that take this object")]
public ReadOnlyCollection<MonitoringDiagnostic> GetMonitoringDiagnostics()
public:
[ObsoleteAttribute("Use ManagementGroup.Monitoring.GetDiagnostics methods that take this object")]
ReadOnlyCollection<MonitoringDiagnostic^>^ GetMonitoringDiagnostics()
[<ObsoleteAttribute("Use ManagementGroup.Monitoring.GetDiagnostics methods that take this object")>]
member GetMonitoringDiagnostics : unit -> ReadOnlyCollection<MonitoringDiagnostic>
<ObsoleteAttribute("Use ManagementGroup.Monitoring.GetDiagnostics methods that take this object")>
Public Function GetMonitoringDiagnostics As ReadOnlyCollection(Of MonitoringDiagnostic)

Return Value

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

Returns ReadOnlyCollection<T> of MonitoringDiagnostic objects.

Remarks

Gets all the diagnostics that are targeted toward this monitoring object, based on all the types of the entity and the base types.

See Also

GetMonitoringDiagnostics Overload
PartialMonitoringObject Class
Microsoft.EnterpriseManagement.Monitoring Namespace

Return to top