Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface RepairTaskDeleteDescription

Package version

Describes a request to delete a completed repair task.

This type supports the Service Fabric platform; it is not meant to be used directly from your code.

Hierarchy

  • RepairTaskDeleteDescription

Index

Properties

Properties

taskId

taskId: string

The ID of the completed repair task to be deleted.

Optional version

version: undefined | string

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.

Generated using TypeDoc