zebraFotaDeploymentState enum type

Namespace: microsoft.graph

Important: Microsoft Graph APIs under the /beta version are subject to change; production use is not supported.

Note: The Microsoft Graph API for Intune requires an active Intune license for the tenant.

Represents the state of Zebra FOTA deployment.

Members

Member Value Description
pendingCreation 0 Deployment is created but Zebra has not confirmed its creation.
createFailed 1 Deployment was not successfully created with Zebra.
created 2 Deployment has been created but has not been deployed yet.
inProgress 3 Deployment has started but not completed.
completed 4 Deployment has completed or end date has passed.
pendingCancel 5 Admin has requested to cancel a deployment but Zebra has not confirmed cancellation.
canceled 6 Deployment has been successfully canceled by Zebra.
unknownFutureValue 99 Unknown future enum value.