Tasks interface
Interface representing a Tasks.
Methods
get |
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.
The options parameters.
Returns
Promise<TaskResource>