IDeletedWorkspacesOperations Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET