BackupResultProperties interface
Properties of the Cloud HSM Cluster
Properties
| azure |
The Azure blob storage container Uri which contains the backup |
| backup |
The ID of the backup. |
Inherited Properties
| end |
The end time of the backup/restore operation in UTC |
| error | Error encountered, if any, during the backup/restore operation. |
| job |
Identifier for the backup/restore operation. |
| start |
The start time of the backup/restore operation in UTC |
| status | Status of the backup/restore operation |
| status |
The status details of backup/restore operation |
Property Details
azureStorageBlobContainerUri
The Azure blob storage container Uri which contains the backup
azureStorageBlobContainerUri?: string
Property Value
string
backupId
The ID of the backup.
backupId?: string
Property Value
string
Inherited Property Details
endTime
The end time of the backup/restore operation in UTC
endTime?: null | Date
Property Value
null | Date
Inherited From BackupRestoreBaseResultProperties.endTime
error
Error encountered, if any, during the backup/restore operation.
error?: ErrorDetail
Property Value
Inherited From BackupRestoreBaseResultProperties.error
jobId
Identifier for the backup/restore operation.
jobId?: string
Property Value
string
Inherited From BackupRestoreBaseResultProperties.jobId
startTime
The start time of the backup/restore operation in UTC
startTime?: Date
Property Value
Date
Inherited From BackupRestoreBaseResultProperties.startTime
status
Status of the backup/restore operation
status?: string
Property Value
string
Inherited From BackupRestoreBaseResultProperties.status
statusDetails
The status details of backup/restore operation
statusDetails?: string
Property Value
string
Inherited From BackupRestoreBaseResultProperties.statusDetails