PartialMonitoringObject.GetMonitoringReports Method

Definition

Gets all the reports that are targeted toward this monitoring object, based on all the types of the entity and the base types.

Overloads

GetMonitoringReports()
Obsolete.

Gets all the reports targeted toward this monitoring object, based on all the types of the entity and their base types.

GetMonitoringReports(ManagementPackReportCriteria)
Obsolete.

Gets all the reports targeted toward this monitoring object, based on all the types of the entity and their base types.

GetMonitoringReports()

Caution

Use ManagementGroup.Reporting.GetReports methods that take this object

Gets all the reports targeted toward this monitoring object, based on all the types of the entity and their base types.

public:
 System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::EnterpriseManagement::Configuration::MonitoringReport ^> ^ GetMonitoringReports();
[System.Obsolete("Use ManagementGroup.Reporting.GetReports methods that take this object")]
public System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.EnterpriseManagement.Configuration.MonitoringReport> GetMonitoringReports ();
member this.GetMonitoringReports : unit -> System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.EnterpriseManagement.Configuration.MonitoringReport>
Public Function GetMonitoringReports () As ReadOnlyCollection(Of MonitoringReport)

Returns

A collection of report objects.

Attributes

Applies to

GetMonitoringReports(ManagementPackReportCriteria)

Caution

Use ManagementGroup.Reporting.GetReports methods that take this object

Gets all the reports targeted toward this monitoring object, based on all the types of the entity and their base types.

public:
 System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::EnterpriseManagement::Configuration::MonitoringReport ^> ^ GetMonitoringReports(Microsoft::EnterpriseManagement::Configuration::ManagementPackReportCriteria ^ criteria);
[System.Obsolete("Use ManagementGroup.Reporting.GetReports methods that take this object")]
public System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.EnterpriseManagement.Configuration.MonitoringReport> GetMonitoringReports (Microsoft.EnterpriseManagement.Configuration.ManagementPackReportCriteria criteria);
member this.GetMonitoringReports : Microsoft.EnterpriseManagement.Configuration.ManagementPackReportCriteria -> System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.EnterpriseManagement.Configuration.MonitoringReport>
Public Function GetMonitoringReports (criteria As ManagementPackReportCriteria) As ReadOnlyCollection(Of MonitoringReport)

Parameters

criteria
ManagementPackReportCriteria

The criteria of reports to retrieve.

Returns

A collection of reports objects.

Attributes

Applies to