Tasks interface

Interface representing a Tasks.

Methods

getByWorkspace(string, string, string, TasksGetByWorkspaceOptionalParams)

Returns a task in the given workspace.

Method Details

getByWorkspace(string, string, string, TasksGetByWorkspaceOptionalParams)

Returns a task in the given workspace.

function getByWorkspace(resourceGroupName: string, workspaceName: string, taskId: string, options?: TasksGetByWorkspaceOptionalParams): Promise<TaskResource>

Parameters

resourceGroupName

string

The name of the resource group. The name is case insensitive.

workspaceName

string

The name of the Workspace.

taskId

string

The id of the Task.

options
TasksGetByWorkspaceOptionalParams

The options parameters.

Returns

Promise<TaskResource>