IDashboardRegistryManagement.GetBehaviorImplementations Method

Definition

Overloads

GetBehaviorImplementations(ManagementPackPlatform)
GetBehaviorImplementations(ManagementPackPlatforms)

Gets the behavior implementations.

GetBehaviorImplementations(ManagementPackPlatform)

public:
 System::Collections::Generic::IList<Microsoft::EnterpriseManagement::Configuration::ManagementPackBehaviorImplementation ^> ^ GetBehaviorImplementations(Microsoft::EnterpriseManagement::Configuration::ManagementPackPlatform platform);
public System.Collections.Generic.IList<Microsoft.EnterpriseManagement.Configuration.ManagementPackBehaviorImplementation> GetBehaviorImplementations (Microsoft.EnterpriseManagement.Configuration.ManagementPackPlatform platform);
abstract member GetBehaviorImplementations : Microsoft.EnterpriseManagement.Configuration.ManagementPackPlatform -> System.Collections.Generic.IList<Microsoft.EnterpriseManagement.Configuration.ManagementPackBehaviorImplementation>
Public Function GetBehaviorImplementations (platform As ManagementPackPlatform) As IList(Of ManagementPackBehaviorImplementation)

Parameters

platform
Microsoft.EnterpriseManagement.Configuration.ManagementPackPlatform

Returns

IList<ManagementPackBehaviorImplementation>

Returns IList<T>.

Applies to

GetBehaviorImplementations(ManagementPackPlatforms)

Gets the behavior implementations.

public:
 System::Collections::Generic::IList<Microsoft::EnterpriseManagement::Configuration::ManagementPackBehaviorImplementation ^> ^ GetBehaviorImplementations(Microsoft::EnterpriseManagement::Configuration::ManagementPackPlatforms platform);
public System.Collections.Generic.IList<Microsoft.EnterpriseManagement.Configuration.ManagementPackBehaviorImplementation> GetBehaviorImplementations (Microsoft.EnterpriseManagement.Configuration.ManagementPackPlatforms platform);
abstract member GetBehaviorImplementations : Microsoft.EnterpriseManagement.Configuration.ManagementPackPlatforms -> System.Collections.Generic.IList<Microsoft.EnterpriseManagement.Configuration.ManagementPackBehaviorImplementation>
Public Function GetBehaviorImplementations (platform As ManagementPackPlatforms) As IList(Of ManagementPackBehaviorImplementation)

Parameters

Returns

IList<ManagementPackBehaviorImplementation>

Applies to