OperationStatus type

Status of the individual operation.
KnownOperationStatus can be used interchangeably with OperationStatus, this enum contains the known values that the service supports.

Known values supported by the service

Succeeded: Succeeded
Failed: Failed
Cancelled: Cancelled
Pending: Pending

type OperationStatus = string