Share via


ManagementGroup.GetMonitoringReportResources Method

Definition

Retrieves monitoring report resources in a management group.

Overloads

GetMonitoringReportResources()
Obsolete.

Gets MonitoringReportResource.

GetMonitoringReportResources(ManagementPackReportResourceCriteria)
Obsolete.

Gets MonitoringReportResource based on criteria.

GetMonitoringReportResources()

Caution

Please use Reporting.GetReportResources()

Gets MonitoringReportResource.

public:
 System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::EnterpriseManagement::Configuration::MonitoringReportResource ^> ^ GetMonitoringReportResources();
[System.Obsolete("Please use Reporting.GetReportResources()")]
public System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.EnterpriseManagement.Configuration.MonitoringReportResource> GetMonitoringReportResources ();
member this.GetMonitoringReportResources : unit -> System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.EnterpriseManagement.Configuration.MonitoringReportResource>
Public Function GetMonitoringReportResources () As ReadOnlyCollection(Of MonitoringReportResource)

Returns

A collection of MonitoringReportResource that match the criteria.

Attributes

Applies to

GetMonitoringReportResources(ManagementPackReportResourceCriteria)

Caution

Please use Reporting.GetReportResources()

Gets MonitoringReportResource based on criteria.

public:
 System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::EnterpriseManagement::Configuration::MonitoringReportResource ^> ^ GetMonitoringReportResources(Microsoft::EnterpriseManagement::Configuration::ManagementPackReportResourceCriteria ^ criteria);
[System.Obsolete("Please use Reporting.GetReportResources()")]
public System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.EnterpriseManagement.Configuration.MonitoringReportResource> GetMonitoringReportResources (Microsoft.EnterpriseManagement.Configuration.ManagementPackReportResourceCriteria criteria);
member this.GetMonitoringReportResources : Microsoft.EnterpriseManagement.Configuration.ManagementPackReportResourceCriteria -> System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.EnterpriseManagement.Configuration.MonitoringReportResource>
Public Function GetMonitoringReportResources (criteria As ManagementPackReportResourceCriteria) As ReadOnlyCollection(Of MonitoringReportResource)

Parameters

criteria
ManagementPackReportResourceCriteria

The criteria.

Returns

A collection of MonitoringReportResource that match the criteria.

Attributes

Applies to