Share via


IDashboardManagement.GetScopedDashboardComponentReferences Method

Definition

Gets a list of scoped component references in a management pack.

Overloads

GetScopedDashboardComponentReferences()

Gets all scoped component references in a management pack.

GetScopedDashboardComponentReferences(ManagementPackComponentReferenceCriteria)

Gets all scoped component references in a management pack that match the provided criteria.

GetScopedDashboardComponentReferences()

Gets all scoped component references in a management pack.

public:
 System::Collections::Generic::IList<Microsoft::EnterpriseManagement::Configuration::ManagementPackComponentReference ^> ^ GetScopedDashboardComponentReferences();
public System.Collections.Generic.IList<Microsoft.EnterpriseManagement.Configuration.ManagementPackComponentReference> GetScopedDashboardComponentReferences ();
abstract member GetScopedDashboardComponentReferences : unit -> System.Collections.Generic.IList<Microsoft.EnterpriseManagement.Configuration.ManagementPackComponentReference>
Public Function GetScopedDashboardComponentReferences () As IList(Of ManagementPackComponentReference)

Returns

The scoped component references in the management pack.

Applies to

GetScopedDashboardComponentReferences(ManagementPackComponentReferenceCriteria)

Gets all scoped component references in a management pack that match the provided criteria.

public:
 System::Collections::Generic::IList<Microsoft::EnterpriseManagement::Configuration::ManagementPackComponentReference ^> ^ GetScopedDashboardComponentReferences(Microsoft::EnterpriseManagement::Configuration::ManagementPackComponentReferenceCriteria ^ criteria);
public System.Collections.Generic.IList<Microsoft.EnterpriseManagement.Configuration.ManagementPackComponentReference> GetScopedDashboardComponentReferences (Microsoft.EnterpriseManagement.Configuration.ManagementPackComponentReferenceCriteria criteria);
abstract member GetScopedDashboardComponentReferences : Microsoft.EnterpriseManagement.Configuration.ManagementPackComponentReferenceCriteria -> System.Collections.Generic.IList<Microsoft.EnterpriseManagement.Configuration.ManagementPackComponentReference>
Public Function GetScopedDashboardComponentReferences (criteria As ManagementPackComponentReferenceCriteria) As IList(Of ManagementPackComponentReference)

Parameters

criteria
ManagementPackComponentReferenceCriteria

The search criteria.

Returns

The scoped component references in the management pack.

Applies to