다음을 통해 공유


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)

Creates or updates a workspace resource with the specified parameters.

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

Creates or updates a workspace resource with the specified parameters.

BeginDelete(IWorkspacesOperations, String, String)

Deletes a specified workspace.

BeginDeleteAsync(IWorkspacesOperations, String, String, CancellationToken)

Deletes a specified workspace.

BeginUpdate(IWorkspacesOperations, String, String, WorkspacePatchResource)

Patch workspace details.

BeginUpdateAsync(IWorkspacesOperations, String, String, WorkspacePatchResource, CancellationToken)

Patch workspace details.

CreateOrUpdate(IWorkspacesOperations, String, String, Workspace)

Creates or updates a workspace resource with the specified parameters.

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

Creates or updates a workspace resource with the specified parameters.

Delete(IWorkspacesOperations, String, String)

Deletes a specified workspace.

DeleteAsync(IWorkspacesOperations, String, String, CancellationToken)

Deletes a specified workspace.

Get(IWorkspacesOperations, String, String)

Gets the properties of the specified workspace.

GetAsync(IWorkspacesOperations, String, String, CancellationToken)

Gets the properties of the specified workspace.

ListByResourceGroup(IWorkspacesOperations, String)

Lists all the available workspaces under the specified resource group.

ListByResourceGroupAsync(IWorkspacesOperations, String, CancellationToken)

Lists all the available workspaces under the specified resource group.

ListByResourceGroupNext(IWorkspacesOperations, String)

Lists all the available workspaces under the specified resource group.

ListByResourceGroupNextAsync(IWorkspacesOperations, String, CancellationToken)

Lists all the available workspaces under the specified resource group.

ListBySubscription(IWorkspacesOperations)

Lists all the available workspaces under the specified subscription.

ListBySubscriptionAsync(IWorkspacesOperations, CancellationToken)

Lists all the available workspaces under the specified subscription.

ListBySubscriptionNext(IWorkspacesOperations, String)

Lists all the available workspaces under the specified subscription.

ListBySubscriptionNextAsync(IWorkspacesOperations, String, CancellationToken)

Lists all the available workspaces under the specified subscription.

Update(IWorkspacesOperations, String, String, WorkspacePatchResource)

Patch workspace details.

UpdateAsync(IWorkspacesOperations, String, String, WorkspacePatchResource, CancellationToken)

Patch workspace details.

Applies to