unassign_jobs
Creates, updates, deletes, gets or lists an unassign_jobs resource.
Overview
| Name | unassign_jobs |
| Type | Resource |
| Id | azure.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:
| Name | Accessible by | Required Params | Optional Params | Description |
|---|---|---|---|---|
unassign_job | exec | job_id, assignment_id, endpoint | Unassign 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.
| Name | Datatype | Description |
|---|---|---|
assignment_id | string | Id of a job assignment. Required. |
endpoint | string | The service endpoint host (no scheme), e.g. myaccount.table.cosmos.azure.com:443 - value of the client endpoint parameter. (default: ) |
job_id | string | Id of a job. Required. |
Lifecycle Methods
- unassign_job
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 }}
}'
;