DeletedWorkspaces Interface

public interface DeletedWorkspaces

Resource collection API of DeletedWorkspaces.

Method Summary

Modifier and Type Method and Description
abstract PagedIterable<Workspace> list()

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

abstract PagedIterable<Workspace> list(Context context)

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

abstract PagedIterable<Workspace> listByResourceGroup(String resourceGroupName)

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

abstract PagedIterable<Workspace> listByResourceGroup(String resourceGroupName, Context context)

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

Method Details

list

public abstract PagedIterable<Workspace> list()

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

Returns:

recently deleted workspaces in a subscription, available for recovery as paginated response with PagedIterable<T>.

list

public abstract PagedIterable<Workspace> list(Context context)

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

Parameters:

context - The context to associate with this operation.

Returns:

recently deleted workspaces in a subscription, available for recovery as paginated response with PagedIterable<T>.

listByResourceGroup

public abstract PagedIterable<Workspace> listByResourceGroup(String resourceGroupName)

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

Parameters:

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

Returns:

recently deleted workspaces in a resource group, available for recovery as paginated response with PagedIterable<T>.

listByResourceGroup

public abstract PagedIterable<Workspace> listByResourceGroup(String resourceGroupName, Context context)

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

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
context - The context to associate with this operation.

Returns:

recently deleted workspaces in a resource group, available for recovery as paginated response with PagedIterable<T>.

Applies to