MonitoringClass.GetMonitoringLinkedReports Method

Definition

Retrieves the linked report objects that target this monitoring class.

Overloads

GetMonitoringLinkedReports()
Obsolete.

Gets all the reports targeted toward this class.

GetMonitoringLinkedReports(BaseClassTraversalDepth)
Obsolete.

Gets all the reports targeted toward this class.

GetMonitoringLinkedReports(ManagementPackLinkedReportCriteria)
Obsolete.

Gets all the reports targeted toward this class.

GetMonitoringLinkedReports(ManagementPackLinkedReportCriteria, BaseClassTraversalDepth)
Obsolete.

Gets all the reports targeted toward this class.

GetMonitoringLinkedReports()

Caution

Use ManagementGroup.Reporting.GetLinkedReports

Gets all the reports targeted toward this class.

public:
 System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::EnterpriseManagement::Configuration::MonitoringLinkedReport ^> ^ GetMonitoringLinkedReports();
[System.Obsolete("Use ManagementGroup.Reporting.GetLinkedReports")]
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

ReadOnlyCollection<MonitoringLinkedReport>

A collection of report objects.

Attributes

Exceptions

There was invalid data in the database corresponding to this method call.

Applies to

GetMonitoringLinkedReports(BaseClassTraversalDepth)

Caution

Use ManagementGroup.Reporting.GetLinkedReports

Gets all the reports targeted toward this class.

public:
 System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::EnterpriseManagement::Configuration::MonitoringLinkedReport ^> ^ GetMonitoringLinkedReports(Microsoft::EnterpriseManagement::Configuration::BaseClassTraversalDepth baseClassTraversalDepth);
[System.Obsolete("Use ManagementGroup.Reporting.GetLinkedReports")]
public System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.EnterpriseManagement.Configuration.MonitoringLinkedReport> GetMonitoringLinkedReports (Microsoft.EnterpriseManagement.Configuration.BaseClassTraversalDepth baseClassTraversalDepth);
member this.GetMonitoringLinkedReports : Microsoft.EnterpriseManagement.Configuration.BaseClassTraversalDepth -> System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.EnterpriseManagement.Configuration.MonitoringLinkedReport>
Public Function GetMonitoringLinkedReports (baseClassTraversalDepth As BaseClassTraversalDepth) As ReadOnlyCollection(Of MonitoringLinkedReport)

Parameters

baseClassTraversalDepth
BaseClassTraversalDepth

Indicates whether or not to include this classes base classes as targets for the report.

Returns

ReadOnlyCollection<MonitoringLinkedReport>

A collection of report objects.

Attributes

Exceptions

There was invalid data in the database corresponding to this method call.

Applies to

GetMonitoringLinkedReports(ManagementPackLinkedReportCriteria)

Caution

Use ManagementGroup.Reporting.GetLinkedReports

Gets all the reports targeted toward this class.

public:
 System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::EnterpriseManagement::Configuration::MonitoringLinkedReport ^> ^ GetMonitoringLinkedReports(Microsoft::EnterpriseManagement::Configuration::ManagementPackLinkedReportCriteria ^ criteria);
[System.Obsolete("Use ManagementGroup.Reporting.GetLinkedReports")]
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 to apply to the reports.

Returns

ReadOnlyCollection<MonitoringLinkedReport>

A collection of report objects.

Attributes

Exceptions

There was invalid data in the database corresponding to this method call.

Applies to

GetMonitoringLinkedReports(ManagementPackLinkedReportCriteria, BaseClassTraversalDepth)

Caution

Use ManagementGroup.Reporting.GetLinkedReports

Gets all the reports targeted toward this class.

public:
 System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::EnterpriseManagement::Configuration::MonitoringLinkedReport ^> ^ GetMonitoringLinkedReports(Microsoft::EnterpriseManagement::Configuration::ManagementPackLinkedReportCriteria ^ criteria, Microsoft::EnterpriseManagement::Configuration::BaseClassTraversalDepth baseClassTraversalDepth);
[System.Obsolete("Use ManagementGroup.Reporting.GetLinkedReports")]
public System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.EnterpriseManagement.Configuration.MonitoringLinkedReport> GetMonitoringLinkedReports (Microsoft.EnterpriseManagement.Configuration.ManagementPackLinkedReportCriteria criteria, Microsoft.EnterpriseManagement.Configuration.BaseClassTraversalDepth baseClassTraversalDepth);
member this.GetMonitoringLinkedReports : Microsoft.EnterpriseManagement.Configuration.ManagementPackLinkedReportCriteria * Microsoft.EnterpriseManagement.Configuration.BaseClassTraversalDepth -> System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.EnterpriseManagement.Configuration.MonitoringLinkedReport>
Public Function GetMonitoringLinkedReports (criteria As ManagementPackLinkedReportCriteria, baseClassTraversalDepth As BaseClassTraversalDepth) As ReadOnlyCollection(Of MonitoringLinkedReport)

Parameters

criteria
ManagementPackLinkedReportCriteria

The criteria to apply to the reports.

baseClassTraversalDepth
BaseClassTraversalDepth

Indicates whether or not to include this classes base classes as targets for the report.

Returns

ReadOnlyCollection<MonitoringLinkedReport>

A collection of Rule objects.

Attributes

Exceptions

There was invalid data in the database corresponding to this method call.

Applies to