ManagementGroup.GetMonitoringReportResources Method ()

 

Applies To: Operations Manager for System Center 2012

Note: This API is now obsolete.

Retrieves a collection of all the monitoring report resources in a management group.

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

Syntax

[ObsoleteAttribute("Please use Reporting.GetReportResources()")]
public ReadOnlyCollection<MonitoringReportResource> GetMonitoringReportResources()
public:
[ObsoleteAttribute("Please use Reporting.GetReportResources()")]
ReadOnlyCollection<MonitoringReportResource^>^ GetMonitoringReportResources()
[<ObsoleteAttribute("Please use Reporting.GetReportResources()")>]
member GetMonitoringReportResources : unit -> ReadOnlyCollection<MonitoringReportResource>
<ObsoleteAttribute("Please use Reporting.GetReportResources()")>
Public Function GetMonitoringReportResources As ReadOnlyCollection(Of MonitoringReportResource)

Return Value

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

Returns aReadOnlyCollection<T> object ofMonitoringReportResource objects.

See Also

GetMonitoringReportResources Overload
ManagementGroup Class
Microsoft.EnterpriseManagement Namespace

Return to top