MonitoringClass.GetMonitoringReports Method ()

 

Applies To: Operations Manager for System Center 2012

Note: This API is now obsolete.

Retrieves all the monitoring report objects that target this monitoring class.

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

Syntax

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

Return Value

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

Returns a ReadOnlyCollection<T> of MonitoringReport objects.

See Also

GetMonitoringReports Overload
MonitoringClass Class
Microsoft.EnterpriseManagement.Configuration Namespace

Return to top