cancel_repair_tasks
Creates, updates, deletes, gets or lists a cancel_repair_tasks resource.
Overview
| Name | cancel_repair_tasks |
| Type | Resource |
| Id | azure.service_fabric_dataplane.cancel_repair_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:
| Name | Accessible by | Required Params | Optional Params | Description |
|---|---|---|---|---|
cancel_repair_task | exec | endpoint, TaskId | Requests the cancellation of the given repair task. This API supports the Service Fabric platform; it is not meant to be used directly from your code. |
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 |
|---|---|---|
endpoint | string | The service endpoint host (no scheme). (default: ) |
Lifecycle Methods
- cancel_repair_task
Requests the cancellation of the given repair task. This API supports the Service Fabric platform; it is not meant to be used directly from your code.
EXEC azure.service_fabric_dataplane.cancel_repair_tasks.cancel_repair_task
@endpoint='{{ endpoint }}' --required
@@json=
'{
"TaskId": "{{ TaskId }}",
"Version": "{{ Version }}",
"RequestAbort": {{ RequestAbort }}
}'
;