AsyncStatus type

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

Known values supported by the service

Started: Async operation has started.
Completed: Async operation has completed.
Failed: Async operation failed to complete.

type AsyncStatus = string