Partager via


IDeploymentManagement.GetManagementPackDeploymentStatus Method (Generic IEnumerable)

Gets the deployment status for each specified management pack object.

Namespace: Microsoft.EnterpriseManagement
Assembly: Microsoft.EnterpriseManagement.Core (in microsoft.enterprisemanagement.core.dll)

Usage

'Usage
Dim instance As IDeploymentManagement
Dim managementPacks As IEnumerable(Of ManagementPack)
Dim returnValue As IDictionary(Of ManagementPackReference, ManagementPackDeploymentInformation)

returnValue = instance.GetManagementPackDeploymentStatus(managementPacks)

Syntax

'Declaration
Function GetManagementPackDeploymentStatus ( _
    managementPacks As IEnumerable(Of ManagementPack) _
) As IDictionary(Of ManagementPackReference, ManagementPackDeploymentInformation)
IDictionary<ManagementPackReference,ManagementPackDeploymentInformation> GetManagementPackDeploymentStatus (
    IEnumerable<ManagementPack> managementPacks
)
IDictionary<ManagementPackReference^, ManagementPackDeploymentInformation^>^ GetManagementPackDeploymentStatus (
    IEnumerable<ManagementPack^>^ managementPacks
)
IDictionary<ManagementPackReference,ManagementPackDeploymentInformation> GetManagementPackDeploymentStatus (
    IEnumerable<ManagementPack> managementPacks
)
function GetManagementPackDeploymentStatus (
    managementPacks : IEnumerable<ManagementPack>
) : IDictionary<ManagementPackReference,ManagementPackDeploymentInformation>

Parameters

  • managementPacks
    The collection of management pack objects.

Return Value

The collection of ManagementPackReference and ManagementPackDeploymentInformation object pairs.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Vista, Windows Server 2003, and

Target Platforms

Windows Server 2008,Windows Server 2003

See Also

Reference

IDeploymentManagement Interface
IDeploymentManagement Members
Microsoft.EnterpriseManagement Namespace