Share via


AsyncStatus type

Asynchronous operation status of the operation on the app service plan.
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