DeletedWorkspaces interface
Interface representing a DeletedWorkspaces.
Methods
list(Deleted |
Gets recently deleted workspaces in a subscription, available for recovery. |
list |
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
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.
The options parameters.