共用方式為


IDeletedWorkspacesOperations Interface

Definition

DeletedWorkspacesOperations operations.

public interface IDeletedWorkspacesOperations
type IDeletedWorkspacesOperations = interface
Public Interface IDeletedWorkspacesOperations

Methods

ListByResourceGroupWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

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

ListWithHttpMessagesAsync(Dictionary<String,List<String>>, CancellationToken)

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

Extension Methods

List(IDeletedWorkspacesOperations)

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

ListAsync(IDeletedWorkspacesOperations, CancellationToken)

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

ListByResourceGroup(IDeletedWorkspacesOperations, String)

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

ListByResourceGroupAsync(IDeletedWorkspacesOperations, String, CancellationToken)

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

Applies to