ManagementGroup.GetMonitoringReportResources Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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