Skip to main content

unassign_jobs

Creates, updates, deletes, gets or lists an unassign_jobs resource.

Overview

Nameunassign_jobs
TypeResource
Idazure.communication_job_router.unassign_jobs

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
unassign_jobexecjob_id, assignment_id, endpointUnassign a job. Unassign a job.

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
assignment_idstringId of a job assignment. Required.
endpointstringThe service endpoint host (no scheme), e.g. myaccount.table.cosmos.azure.com:443 - value of the client endpoint parameter. (default: )
job_idstringId of a job. Required.

Lifecycle Methods

Unassign a job. Unassign a job.

EXEC azure.communication_job_router.unassign_jobs.unassign_job 
@job_id='{{ job_id }}' --required,
@assignment_id='{{ assignment_id }}' --required,
@endpoint='{{ endpoint }}' --required
@@json=
'{
"suspendMatching": {{ suspendMatching }}
}'
;