IWorkspacesOperations Interface

Definition

WorkspacesOperations operations.

public interface IWorkspacesOperations
type IWorkspacesOperations = interface
Public Interface IWorkspacesOperations

Methods

BeginCreateWithHttpMessagesAsync(String, String, WorkspaceCreateParameters, Dictionary<String,List<String>>, CancellationToken)

Creates a Workspace.

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

Deletes a Workspace.

CreateWithHttpMessagesAsync(String, String, WorkspaceCreateParameters, Dictionary<String,List<String>>, CancellationToken)

Creates a Workspace.

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

Deletes a Workspace.

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

Gets information about a Workspace.

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

Gets a list of Workspaces within the specified resource group.

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

Gets a list of Workspaces within the specified resource group.

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

Gets a list of Workspaces associated with the given subscription.

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

Gets a list of Workspaces associated with the given subscription.

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

Updates properties of a Workspace.

Extension Methods

BeginCreate(IWorkspacesOperations, String, String, WorkspaceCreateParameters)

Creates a Workspace.

BeginCreateAsync(IWorkspacesOperations, String, String, WorkspaceCreateParameters, CancellationToken)

Creates a Workspace.

BeginDelete(IWorkspacesOperations, String, String)

Deletes a Workspace.

BeginDeleteAsync(IWorkspacesOperations, String, String, CancellationToken)

Deletes a Workspace.

Create(IWorkspacesOperations, String, String, WorkspaceCreateParameters)

Creates a Workspace.

CreateAsync(IWorkspacesOperations, String, String, WorkspaceCreateParameters, CancellationToken)

Creates a Workspace.

Delete(IWorkspacesOperations, String, String)

Deletes a Workspace.

DeleteAsync(IWorkspacesOperations, String, String, CancellationToken)

Deletes a Workspace.

Get(IWorkspacesOperations, String, String)

Gets information about a Workspace.

GetAsync(IWorkspacesOperations, String, String, CancellationToken)

Gets information about a Workspace.

List(IWorkspacesOperations, WorkspacesListOptions)

Gets a list of Workspaces associated with the given subscription.

ListAsync(IWorkspacesOperations, WorkspacesListOptions, CancellationToken)

Gets a list of Workspaces associated with the given subscription.

ListByResourceGroup(IWorkspacesOperations, String, WorkspacesListByResourceGroupOptions)

Gets a list of Workspaces within the specified resource group.

ListByResourceGroupAsync(IWorkspacesOperations, String, WorkspacesListByResourceGroupOptions, CancellationToken)

Gets a list of Workspaces within the specified resource group.

ListByResourceGroupNext(IWorkspacesOperations, String)

Gets a list of Workspaces within the specified resource group.

ListByResourceGroupNextAsync(IWorkspacesOperations, String, CancellationToken)

Gets a list of Workspaces within the specified resource group.

ListNext(IWorkspacesOperations, String)

Gets a list of Workspaces associated with the given subscription.

ListNextAsync(IWorkspacesOperations, String, CancellationToken)

Gets a list of Workspaces associated with the given subscription.

Update(IWorkspacesOperations, String, String, IDictionary<String,String>)

Updates properties of a Workspace.

UpdateAsync(IWorkspacesOperations, String, String, IDictionary<String,String>, CancellationToken)

Updates properties of a Workspace.

Applies to