Partager via


DeploymentStatus interface

Deployment status metadata.

Properties

deploymentState

Gets or sets the state of the deployment.

devicesCanceledCount

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

devicesCompletedFailedCount

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

devicesCompletedSucceededCount

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

devicesIncompatibleCount

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

devicesInProgressCount

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

totalDevices

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

Property Details

deploymentState

Gets or sets the state of the deployment.

deploymentState: string

Property Value

string

devicesCanceledCount

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

devicesCanceledCount?: number

Property Value

number

devicesCompletedFailedCount

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

devicesCompletedFailedCount?: number

Property Value

number

devicesCompletedSucceededCount

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

devicesCompletedSucceededCount?: number

Property Value

number

devicesIncompatibleCount

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

devicesIncompatibleCount?: number

Property Value

number

devicesInProgressCount

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

devicesInProgressCount?: number

Property Value

number

totalDevices

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

totalDevices?: number

Property Value

number