KeyVaultBackupResult interface
An interface representing the result of a backup operation.
Properties
end |
The end time of the backup operation. |
folder |
The location of the full backup. |
start |
The start time of the backup operation. |
Property Details
endTime
The end time of the backup operation.
endTime?: Date
Property Value
Date
folderUri
The location of the full backup.
folderUri?: string
Property Value
string
startTime
The start time of the backup operation.
startTime: Date
Property Value
Date