DeletedWorkspacesOperations interface

Interface representing a DeletedWorkspaces operations.

Properties

list

Gets recently deleted workspaces in a subscription, available for recovery.

listByResourceGroup

Gets recently deleted workspaces in a resource group, available for recovery.

Property Details

list

Gets recently deleted workspaces in a subscription, available for recovery.

list: (options?: DeletedWorkspacesListOptionalParams) => PagedAsyncIterableIterator<Workspace, Workspace[], PageSettings>

Property Value

(options?: DeletedWorkspacesListOptionalParams) => PagedAsyncIterableIterator<Workspace, Workspace[], PageSettings>

listByResourceGroup

Gets recently deleted workspaces in a resource group, available for recovery.

listByResourceGroup: (resourceGroupName: string, options?: DeletedWorkspacesListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<Workspace, Workspace[], PageSettings>

Property Value

(resourceGroupName: string, options?: DeletedWorkspacesListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<Workspace, Workspace[], PageSettings>