5/13/2011

This interface allows device imaging components to retrieve properties of a device, device imaging deployment, and provides methods for getting and setting the status of a device.

Note:
This interface should be consumed inside the device imaging component and is only valid in the device imaging component instance where IImageDeploymentHandler::Initializeis called.

The following table shows the methods in the IImageDeploymentManagerinterface.

Method

Description

IImageDeploymentManager::GetDeploymentJobProperty

Used by the device imaging component to query for additional information about a device imaging deployment.

IImageDeploymentManager::GetDeviceProperty

Used by the device imaging component to query for additional information about a target device, identified by the DeploymentJobIDand DeviceIDparameters.

IImageDeploymentManager::GetDeviceStatus

Used by the device imaging component to get the last known device status that was set by a call to IImageDeploymentManager::SetDeviceStatus.

IImageDeploymentManager::SetDeviceStatus

Used by the device imaging component to set an image deployment status for a single device.

See Also