WorkspaceDiscoveryStatus type

Enum of the workspace discovery status.
KnownWorkspaceDiscoveryStatus can be used interchangeably with WorkspaceDiscoveryStatus, this enum contains the known values that the service supports.

Known values supported by the service

Pending: The discovery is pending and has not started.
Queued: The discovery has been accepted and is queued for execution.
InProgress: The discovery is in progress.
Succeeded: The discovery completed successfully.
Failed: The discovery failed.
Canceled: The discovery was canceled.

type WorkspaceDiscoveryStatus = string