Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface BackupOperationState

Package version

An interface representing the publicly available properties of the state of a backup Key Vault's poll operation.

Hierarchy

  • any
    • BackupOperationState

Index

Properties

Optional endTime

endTime: Date

The end time of the backup operation in UTC

Optional jobId

jobId: undefined | string

Identifier for the full backup operation.

Optional startTime

startTime: Date

The start time of the backup operation in UTC

Optional status

status: undefined | string

Status of the backup operation.

Optional statusDetails

statusDetails: undefined | string

The status details of backup operation.

Generated using TypeDoc