Skip to main content

mitigates

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

Overview

Namemitigates
TypeResource
Idazure.data_box.mitigates

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
mitigateexecjob_name, resource_group_name, subscription_idRequest to mitigate for a given 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
job_namestringThe name of the job Resource within the specified resource group. job names must be between 3 and 24 characters in length and use any alphanumeric and underscore only. Required.
resource_group_namestringThe Resource Group Name. Required.
subscription_idstring

Lifecycle Methods

Request to mitigate for a given job.

EXEC azure.data_box.mitigates.mitigate 
@job_name='{{ job_name }}' --required,
@resource_group_name='{{ resource_group_name }}' --required,
@subscription_id='{{ subscription_id }}' --required
@@json=
'{
"customerResolutionCode": "{{ customerResolutionCode }}",
"serialNumberCustomerResolutionMap": "{{ serialNumberCustomerResolutionMap }}"
}'
;