Share via


ProvisioningState type

Defines values for ProvisioningState.
KnownProvisioningState can be used interchangeably with ProvisioningState, this enum contains the known values that the service supports.

Known values supported by the service

Succeeded: All Diagnostics in the Batch succeeded.
PartialComplete: Some Diagnostics are still running or failed.
Failed: All Diagnostics failed to run.
Canceled: When Diagnostic request gets canceled.

type ProvisioningState = string