Skip to main content

upsert_exception_policies

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

Overview

Nameupsert_exception_policies
TypeResource
Idazure.communication_job_router.upsert_exception_policies

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
upsert_exception_policyexecexception_policy_id, endpointIf-Unmodified-SinceCreates or updates a exception policy. Creates or updates a exception policy.

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: )
exception_policy_idstringId of an exception policy. Required.
If-Unmodified-SincestringThe request should only proceed if the entity was not modified after this time. Default value is None.

Lifecycle Methods

Creates or updates a exception policy. Creates or updates a exception policy.

EXEC azure.communication_job_router.upsert_exception_policies.upsert_exception_policy 
@exception_policy_id='{{ exception_policy_id }}' --required,
@endpoint='{{ endpoint }}' --required,
@If-Unmodified-Since='{{ If-Unmodified-Since }}'
@@json=
'{
"name": "{{ name }}",
"exceptionRules": "{{ exceptionRules }}"
}'
;