5/13/2011

This class represents a read-only summary of progress for each image deployment.

Syntax

public class EDM_ImageDeploymentStatusSummarizer(
  string 
DeploymentID,
  datetime 
JobCreationTime,
  uint32 
DeploymentStatus,
  string 
DeploymentStatusName,
  uint32 
DeploymentsStarted,
  uint32 
DeploymentsWaiting,
  uint32 
DeploymentsSuspended,
  uint32 
DeploymentsTerminated,
  uint32 
DeploymentsExpired,
  uint32 
DeploymentsFailed,
  uint32 
DeploymentsCompleted,
  string 
LastUpdate,
  string 
SiteCode 
);

Properties

DeploymentID

Identifier of the deployment.

JobCreationTime

Time when the deployment was created.

DeploymentStatus

Current status of the deployment.

DeploymentStatusName

Name of the DeploymentStatusproperty.

DeploymentsStarted

Number of deployments in progress.

DeploymentsWaiting

Number of deployments waiting for the start time specified in the StartTimeproperty of the EDM_ImageDeploymentclass.

DeploymentsSuspended

Number of suspended deployments.

DeploymentsTerminated

Number of terminated deployments.

DeploymentsExpired

Number of expired deployments.

DeploymentsFailed

Number of failed deployments.

DeploymentsCompleted

Number of completed deployments.

LastUpdate

Time of the last status update.

SiteCode

Three-letter code for the site server that is used for the image deployment.

Methods

None

Remarks

This class is similar to the Configuration Manager summarizers. For more information, see the Configuration Manager Help on MSDN.

See Also