Skip to main content

tasks

Creates, updates, deletes, gets or lists a tasks resource.

Overview

Nametasks
TypeResource
Idazure.defender_easm_dataplane.tasks

Fields

The following fields are returned by SELECT queries:

SELECT not supported for this resource, use SHOW METHODS to view available operations for the resource.

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
get_rawexectask_id, subscription_id, resource_group_name, workspace_name, endpointRetrieve a task by taskId. Retrieve a task by taskId.
list_rawexecsubscription_id, resource_group_name, workspace_name, endpointfilter, skipRetrieve a list of tasks for the provided search parameters. Retrieve a list of tasks for the provided search parameters.
cancelexectask_id, subscription_id, resource_group_name, workspace_name, endpointCancel a task by taskId. Cancel a task by taskId.

Parameters

Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.

NameDatatypeDescription
endpointstringThe service endpoint host (no scheme), e.g. myaccount.table.cosmos.azure.com:443 - value of the client endpoint parameter. (default: )
resource_group_namestring
subscription_idstring
task_idstringThe unique identifier for the task. Required.
workspace_namestring
filterstringAn expression on the resource type that selects the resources to be returned. Default value is None.
skipintegerAn offset into the collection of the first item to be returned. Default value is 0.

Lifecycle Methods

Retrieve a task by taskId. Retrieve a task by taskId.

EXEC azure.defender_easm_dataplane.tasks.get_raw 
@task_id='{{ task_id }}' --required,
@subscription_id='{{ subscription_id }}' --required,
@resource_group_name='{{ resource_group_name }}' --required,
@workspace_name='{{ workspace_name }}' --required,
@endpoint='{{ endpoint }}' --required
;