Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface BackupPollOperationState

Package version

An internal interface representing the state of a backup Key Vault's poll operation.

internal

Hierarchy

  • any
    • BackupPollOperationState

Index

Properties

blobStorageUri

blobStorageUri: string

The URI of the blob storage account.

client

client: KeyVaultClient

An interface representing the internal KeyVaultClient.

Optional endTime

endTime: Date

The end time of the backup operation in UTC

Optional jobId

jobId: undefined | string

The id returned as part of the backup request

requestOptions

requestOptions: RequestOptionsBase

Options for the core-http requests.

sasToken

sasToken: string

The SAS token.

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.

vaultUrl

vaultUrl: string

The base URL to the vault.

Generated using TypeDoc