Status type

Denotes the status of the diagnostic resource.
KnownStatus can be used interchangeably with Status, this enum contains the known values that the service supports.

Known values supported by the service

Failed: Diagnostic creation failed.
MissingInputs: Request is missing required inputs to run.
Running: Diagnostic is still running.
Succeeded: Diagnostic creation succeeded.
Timeout: Diagnostic was timed out.

type Status = string