IWorkspacesOperations Interface

Definition

WorkspacesOperations operations.

public interface IWorkspacesOperations
type IWorkspacesOperations = interface
Public Interface IWorkspacesOperations

Methods

BeginCreateOrUpdateWithHttpMessagesAsync(String, String, Workspace, Dictionary<String,List<String>>, CancellationToken)

Create or update a workspace.

BeginDeleteWithHttpMessagesAsync(String, String, Nullable<Boolean>, Dictionary<String,List<String>>, CancellationToken)

Deletes a workspace resource. To recover the workspace, create it again with the same name, in the same subscription, resource group and location. The name is kept for 14 days and cannot be used for another workspace. To remove the workspace completely and release the name, use the force flag.

CreateOrUpdateWithHttpMessagesAsync(String, String, Workspace, Dictionary<String,List<String>>, CancellationToken)

Create or update a workspace.

DeleteWithHttpMessagesAsync(String, String, Nullable<Boolean>, Dictionary<String,List<String>>, CancellationToken)

Deletes a workspace resource. To recover the workspace, create it again with the same name, in the same subscription, resource group and location. The name is kept for 14 days and cannot be used for another workspace. To remove the workspace completely and release the name, use the force flag.

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

Gets a workspace instance.

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

Gets workspaces in a resource group.

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

Gets the workspaces in a subscription.

UpdateWithHttpMessagesAsync(String, String, WorkspacePatch, Dictionary<String,List<String>>, CancellationToken)

Updates a workspace.

Extension Methods

BeginCreateOrUpdate(IWorkspacesOperations, String, String, Workspace)

Create or update a workspace.

BeginCreateOrUpdateAsync(IWorkspacesOperations, String, String, Workspace, CancellationToken)

Create or update a workspace.

BeginDelete(IWorkspacesOperations, String, String, Nullable<Boolean>)

Deletes a workspace resource. To recover the workspace, create it again with the same name, in the same subscription, resource group and location. The name is kept for 14 days and cannot be used for another workspace. To remove the workspace completely and release the name, use the force flag.

BeginDeleteAsync(IWorkspacesOperations, String, String, Nullable<Boolean>, CancellationToken)

Deletes a workspace resource. To recover the workspace, create it again with the same name, in the same subscription, resource group and location. The name is kept for 14 days and cannot be used for another workspace. To remove the workspace completely and release the name, use the force flag.

CreateOrUpdate(IWorkspacesOperations, String, String, Workspace)

Create or update a workspace.

CreateOrUpdateAsync(IWorkspacesOperations, String, String, Workspace, CancellationToken)

Create or update a workspace.

Delete(IWorkspacesOperations, String, String, Nullable<Boolean>)

Deletes a workspace resource. To recover the workspace, create it again with the same name, in the same subscription, resource group and location. The name is kept for 14 days and cannot be used for another workspace. To remove the workspace completely and release the name, use the force flag.

DeleteAsync(IWorkspacesOperations, String, String, Nullable<Boolean>, CancellationToken)

Deletes a workspace resource. To recover the workspace, create it again with the same name, in the same subscription, resource group and location. The name is kept for 14 days and cannot be used for another workspace. To remove the workspace completely and release the name, use the force flag.

Get(IWorkspacesOperations, String, String)

Gets a workspace instance.

GetAsync(IWorkspacesOperations, String, String, CancellationToken)

Gets a workspace instance.

List(IWorkspacesOperations)

Gets the workspaces in a subscription.

ListAsync(IWorkspacesOperations, CancellationToken)

Gets the workspaces in a subscription.

ListByResourceGroup(IWorkspacesOperations, String)

Gets workspaces in a resource group.

ListByResourceGroupAsync(IWorkspacesOperations, String, CancellationToken)

Gets workspaces in a resource group.

Update(IWorkspacesOperations, String, String, WorkspacePatch)

Updates a workspace.

UpdateAsync(IWorkspacesOperations, String, String, WorkspacePatch, CancellationToken)

Updates a workspace.

Applies to