Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DeploymentStatus

Package version

Deployment status metadata.

Hierarchy

  • DeploymentStatus

Index

Properties

deploymentState

deploymentState: DeploymentState

Gets or sets the state of the deployment.

Optional devicesCanceledCount

devicesCanceledCount: undefined | number

Gets or sets the number of devices which have had their deployment canceled.

Optional devicesCompletedFailedCount

devicesCompletedFailedCount: undefined | number

Gets or sets the number of devices that have completed deployment with a failure.

Optional devicesCompletedSucceededCount

devicesCompletedSucceededCount: undefined | number

Gets or sets the number of devices which have successfully completed deployment.

Optional devicesInProgressCount

devicesInProgressCount: undefined | number

Gets or sets the number of devices that are currently in deployment.

Optional devicesIncompatibleCount

devicesIncompatibleCount: undefined | number

Gets or sets the number of incompatible devices in the deployment.

Optional totalDevices

totalDevices: undefined | number

Gets or sets the total number of devices in the deployment.

Generated using TypeDoc