WorkspaceClient class

Client for the Microsoft Discovery Workspace service. Exposes the workspace-scoped operation groups: conversations, investigations, tasks, and tools.

Constructors

WorkspaceClient(string, TokenCredential, WorkspaceClientOptionalParams)

Creates an instance of WorkspaceClient.

Properties

conversations

The operation groups for conversations

investigations

The operation groups for investigations

pipeline

The pipeline used by this client to make requests

tasks

The operation groups for tasks

tools

The operation groups for tools

Constructor Details

WorkspaceClient(string, TokenCredential, WorkspaceClientOptionalParams)

Creates an instance of WorkspaceClient.

new WorkspaceClient(endpointParam: string, credential: TokenCredential, options?: WorkspaceClientOptionalParams)

Parameters

endpointParam

string

The Discovery Workspace endpoint, for example https://<region>.workspace.discovery.microsoft.com.

credential
TokenCredential

Credential used to authenticate requests to the service.

options
WorkspaceClientOptionalParams

Optional parameters for configuring the client.

Property Details

conversations

The operation groups for conversations

conversations: ConversationsOperations

Property Value

investigations

The operation groups for investigations

investigations: InvestigationsOperations

Property Value

pipeline

The pipeline used by this client to make requests

pipeline: Pipeline

Property Value

tasks

The operation groups for tasks

tasks: TasksOperations

Property Value

tools

The operation groups for tools

tools: ToolsOperations

Property Value