ProvisioningState type

Defines values for ProvisioningState.

type ProvisioningState = "Creating" | "Failed" | "Succeeded" | "Canceled"