ManagementGroup.GetMonitoringReports Method ()

 

Applies To: Operations Manager for System Center 2012

Note: This API is now obsolete.

Retrieves a collection of all the monitoring reports.

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

Syntax

[ObsoleteAttribute("Please use Reporting.GetReports()")]
public ReadOnlyCollection<MonitoringReport> GetMonitoringReports()
public:
[ObsoleteAttribute("Please use Reporting.GetReports()")]
ReadOnlyCollection<MonitoringReport^>^ GetMonitoringReports()
[<ObsoleteAttribute("Please use Reporting.GetReports()")>]
member GetMonitoringReports : unit -> ReadOnlyCollection<MonitoringReport>
<ObsoleteAttribute("Please use Reporting.GetReports()")>
Public Function GetMonitoringReports As ReadOnlyCollection(Of MonitoringReport)

Return Value

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

Returns aReadOnlyCollection<T> object ofMonitoringReport objects.

See Also

GetMonitoringReports Overload
ManagementGroup Class
Microsoft.EnterpriseManagement Namespace

Return to top