RepairTaskApproveDescription Class

Describes a request for forced approval of 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
RepairTaskApproveDescription

Constructor

RepairTaskApproveDescription(*, task_id: str, version: Optional[str] = None, **kwargs)

Parameters

task_id
str
Required

Required. The ID of the repair task.

version
str
Required

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.