Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface OperationStatus

Package version

interface

An interface representing OperationStatus. The status of operation.

Hierarchy

  • OperationStatus

Index

Properties

Optional endTime

endTime: undefined | string
member

{string} [endTime] The end time of the operation.

Optional error

member

{ErrorResponse} [error] The error detail of the operation if any.

Optional id

id: undefined | string
member

{string} [id] The operation Id.

Optional name

name: undefined | string
member

{string} [name] The operation name.

Optional startTime

startTime: undefined | string
member

{string} [startTime] The start time of the operation.

Optional status

status: undefined | string
member

{string} [status] The status of the operation.

Generated using TypeDoc