Share via


WorkspacesOperationsExtensions Class

Definition

Extension methods for WorkspacesOperations.

public static class WorkspacesOperationsExtensions
type WorkspacesOperationsExtensions = class
Public Module WorkspacesOperationsExtensions
Inheritance
WorkspacesOperationsExtensions

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