다음을 통해 공유


IWorkspacesOperations Interface

Definition

WorkspacesOperations operations.

public interface IWorkspacesOperations
type IWorkspacesOperations = interface
Public Interface IWorkspacesOperations

Methods

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

Creates or updates a workspace resource with the specified parameters.

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

Deletes a specified workspace.

BeginUpdateWithHttpMessagesAsync(String, String, WorkspacePatchResource, Dictionary<String,List<String>>, CancellationToken)

Patch workspace details.

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

Creates or updates a workspace resource with the specified parameters.

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

Deletes a specified workspace.

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

Gets the properties of the specified workspace.

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

Lists all the available workspaces under the specified resource group.

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

Lists all the available workspaces under the specified resource group.

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

Lists all the available workspaces under the specified subscription.

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

Lists all the available workspaces under the specified subscription.

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

Patch workspace details.

Extension 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