ENUM

AzureAdProvisioningState

Description

Specifies the provisioning state of the exocompute resource for an Entra ID directory.

link GraphQL Schema definition

  • enum AzureAdProvisioningState {
  • # Provisioning exocompute resource.
  • CREATING
  • # Exocompute resource has been deleted.
  • DELETED
  • # Deleting exocompute resource.
  • DELETING
  • # Unable to provision exocompute resource.
  • FAILED
  • # Successfully provisioned exocompute resource.
  • SUCCEEDED
  • # Exocompute resource is unhealthy.
  • UNHEALTHY
  • # Unspecified or future additions to exocompute provisioning states.
  • UNSPECIFIED
  • # Provisioning states from exocompute that are unsupported by Entra ID.
  • UNSUPPORTED
  • }