Class KeyVaultSelectiveKeyRestoreOperation
java.lang.Object
com.azure.security.keyvault.administration.models.KeyVaultLongRunningOperation
com.azure.security.keyvault.administration.models.KeyVaultSelectiveKeyRestoreOperation
A class that contains the details of a selective key restore operation.
-
Constructor Summary
ConstructorsConstructorDescriptionKeyVaultSelectiveKeyRestoreOperation(String status, String statusDetails, KeyVaultAdministrationError error, String operationId, OffsetDateTime startTime, OffsetDateTime endTime) Creates an object containing the details of aKeyVaultSelectiveKeyRestoreOperation. -
Method Summary
Methods inherited from class com.azure.security.keyvault.administration.models.KeyVaultLongRunningOperation
getEndTime, getError, getOperationId, getStartTime, getStatus, getStatusDetails
-
Constructor Details
-
KeyVaultSelectiveKeyRestoreOperation
public KeyVaultSelectiveKeyRestoreOperation(String status, String statusDetails, KeyVaultAdministrationError error, String operationId, OffsetDateTime startTime, OffsetDateTime endTime) Creates an object containing the details of aKeyVaultSelectiveKeyRestoreOperation.- Parameters:
status- Status of theKeyVaultSelectiveKeyRestoreOperation.statusDetails- The status details of theKeyVaultSelectiveKeyRestoreOperation.error- Error encountered, if any, during theKeyVaultSelectiveKeyRestoreOperation.startTime- The start time of theKeyVaultSelectiveKeyRestoreOperation.endTime- The end time of theKeyVaultSelectiveKeyRestoreOperation.operationId- Identifier for the fullKeyVaultSelectiveKeyRestoreOperation.
-