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>
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript