KeyVaultSelectiveKeyRestoreResult interface
An interface representing the result of a selective key restore operation.
Properties
| end |
The end time of the selective key restore operation. |
| start |
The start time of the selective key restore operation. |
Property Details
endTime
The end time of the selective key restore operation.
endTime?: Date
Property Value
Date
startTime
The start time of the selective key restore operation.
startTime?: Date
Property Value
Date