RepairTaskCancelDescription Class
Describes a request to cancel a repair task. This type supports the Service Fabric platform; it is not meant to be used directly from your code.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
RepairTaskCancelDescription
Constructor
RepairTaskCancelDescription(*, task_id: str, version: Optional[str] = None, request_abort: Optional[bool] = None, **kwargs)
Parameters
- version
- str
The current version number of the repair task. If non-zero, then the request will only succeed if this value matches the actual current version of the repair task. If zero, then no version check is performed.
- request_abort
- bool
True if the repair should be stopped as soon as possible even if it has already started executing. False if the repair should be cancelled only if execution has not yet started.
Feedback
Submit and view feedback for