DeletedWorkspaces interface

Interface representing a DeletedWorkspaces.

Methods

list(DeletedWorkspacesListOptionalParams)

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

listByResourceGroup(string, DeletedWorkspacesListByResourceGroupOptionalParams)

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

Method Details

list(DeletedWorkspacesListOptionalParams)

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

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

Parameters

options
DeletedWorkspacesListOptionalParams

The options parameters.

Returns

listByResourceGroup(string, DeletedWorkspacesListByResourceGroupOptionalParams)

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

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

Parameters

resourceGroupName

string

The name of the resource group. The name is case insensitive.

options
DeletedWorkspacesListByResourceGroupOptionalParams

The options parameters.

Returns