PartialMonitoringObject.GetMonitoringLinkedReports 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

GetMonitoringLinkedReports()
Obsolete.

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

GetMonitoringLinkedReports(ManagementPackLinkedReportCriteria)
Obsolete.

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

GetMonitoringLinkedReports()

Caution

Use ManagementGroup.Reporting.GetLinkedReports 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::MonitoringLinkedReport ^> ^ GetMonitoringLinkedReports();
[System.Obsolete("Use ManagementGroup.Reporting.GetLinkedReports methods that take this object")]
public System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.EnterpriseManagement.Configuration.MonitoringLinkedReport> GetMonitoringLinkedReports ();
member this.GetMonitoringLinkedReports : unit -> System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.EnterpriseManagement.Configuration.MonitoringLinkedReport>
Public Function GetMonitoringLinkedReports () As ReadOnlyCollection(Of MonitoringLinkedReport)

Returns

A collection of report objects.

Attributes

Applies to

GetMonitoringLinkedReports(ManagementPackLinkedReportCriteria)

Caution

Use ManagementGroup.Reporting.GetLinkedReports 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::MonitoringLinkedReport ^> ^ GetMonitoringLinkedReports(Microsoft::EnterpriseManagement::Configuration::ManagementPackLinkedReportCriteria ^ criteria);
[System.Obsolete("Use ManagementGroup.Reporting.GetLinkedReports methods that take this object")]
public System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.EnterpriseManagement.Configuration.MonitoringLinkedReport> GetMonitoringLinkedReports (Microsoft.EnterpriseManagement.Configuration.ManagementPackLinkedReportCriteria criteria);
member this.GetMonitoringLinkedReports : Microsoft.EnterpriseManagement.Configuration.ManagementPackLinkedReportCriteria -> System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.EnterpriseManagement.Configuration.MonitoringLinkedReport>
Public Function GetMonitoringLinkedReports (criteria As ManagementPackLinkedReportCriteria) As ReadOnlyCollection(Of MonitoringLinkedReport)

Parameters

criteria
ManagementPackLinkedReportCriteria

The criteria of reports to retrieve.

Returns

A collection of reports objects.

Attributes

Remarks

Gets all the reports that are targeted toward this monitoring object, based on all the types of the entity and the base types and that meet the criteria filter. You can iterate through the collection to obtain any specific report and its properties.

The criteria parameter is used to identify reports that will pass through the filter. Reports within the returned collection meet this filter requirement.

Applies to