ProvisioningState

Provisioning state of the resource at the time the operation was called

Application DependenciesCloud NativeIntegrationResearchSpecificationsWorkload Specifications
View JSON Schema on GitHub

JSON Schema

application-research-provisioningstate-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ProvisioningState",
  "title": "ProvisioningState",
  "type": "string",
  "description": "Provisioning state of the resource at the time the operation was called",
  "enum": [
    "Creating",
    "Updating",
    "Deleting",
    "Accepted",
    "Provisioning",
    "Succeeded",
    "Failed",
    "Canceled"
  ],
  "readOnly": true
}