IDeploymentManagement.GetManagementPackDeploymentStatus Method

Definition

Gets the deployment statuses of the specified management packs.

Overloads

GetManagementPackDeploymentStatus(IEnumerable<ManagementPack>)

Gets the deployment status for each specified management pack object.

GetManagementPackDeploymentStatus(IEnumerable<Guid>)

Gets the deployment status for each management pack specified by the collection of object identifiers.

GetManagementPackDeploymentStatus(IEnumerable<ManagementPack>)

Gets the deployment status for each specified management pack object.

public:
 System::Collections::Generic::IDictionary<Microsoft::EnterpriseManagement::Configuration::ManagementPackReference ^, Microsoft::EnterpriseManagement::Configuration::ManagementPackDeploymentInformation ^> ^ GetManagementPackDeploymentStatus(System::Collections::Generic::IEnumerable<Microsoft::EnterpriseManagement::Configuration::ManagementPack ^> ^ managementPacks);
public System.Collections.Generic.IDictionary<Microsoft.EnterpriseManagement.Configuration.ManagementPackReference,Microsoft.EnterpriseManagement.Configuration.ManagementPackDeploymentInformation> GetManagementPackDeploymentStatus (System.Collections.Generic.IEnumerable<Microsoft.EnterpriseManagement.Configuration.ManagementPack> managementPacks);
abstract member GetManagementPackDeploymentStatus : seq<Microsoft.EnterpriseManagement.Configuration.ManagementPack> -> System.Collections.Generic.IDictionary<Microsoft.EnterpriseManagement.Configuration.ManagementPackReference, Microsoft.EnterpriseManagement.Configuration.ManagementPackDeploymentInformation>
Public Function GetManagementPackDeploymentStatus (managementPacks As IEnumerable(Of ManagementPack)) As IDictionary(Of ManagementPackReference, ManagementPackDeploymentInformation)

Parameters

managementPacks
IEnumerable<ManagementPack>

The collection of management pack objects.

Returns

The collection of ManagementPackReference and ManagementPackDeploymentInformation object pairs.

Applies to

GetManagementPackDeploymentStatus(IEnumerable<Guid>)

Gets the deployment status for each management pack specified by the collection of object identifiers.

public:
 System::Collections::Generic::IDictionary<Microsoft::EnterpriseManagement::Configuration::ManagementPackReference ^, Microsoft::EnterpriseManagement::Configuration::ManagementPackDeploymentInformation ^> ^ GetManagementPackDeploymentStatus(System::Collections::Generic::IEnumerable<Guid> ^ ids);
public System.Collections.Generic.IDictionary<Microsoft.EnterpriseManagement.Configuration.ManagementPackReference,Microsoft.EnterpriseManagement.Configuration.ManagementPackDeploymentInformation> GetManagementPackDeploymentStatus (System.Collections.Generic.IEnumerable<Guid> ids);
abstract member GetManagementPackDeploymentStatus : seq<Guid> -> System.Collections.Generic.IDictionary<Microsoft.EnterpriseManagement.Configuration.ManagementPackReference, Microsoft.EnterpriseManagement.Configuration.ManagementPackDeploymentInformation>
Public Function GetManagementPackDeploymentStatus (ids As IEnumerable(Of Guid)) As IDictionary(Of ManagementPackReference, ManagementPackDeploymentInformation)

Parameters

ids
IEnumerable<Guid>

The collection of management pack object identifiers.

Returns

The collection of ManagementPackReference and ManagementPackDeploymentInformation object pairs.

Applies to