KeyVaultSelectiveKeyRestoreOperation Class
- java.
lang. Object - com.
azure. security. keyvault. administration. models. KeyVaultLongRunningOperation - com.
azure. security. keyvault. administration. models. KeyVaultSelectiveKeyRestoreOperation
- com.
- com.
public final class KeyVaultSelectiveKeyRestoreOperation
extends KeyVaultLongRunningOperation
A class that contains the details of a selective key restore operation.
Constructor Summary
| Constructor | Description |
|---|---|
| KeyVaultSelectiveKeyRestoreOperation(String status, String statusDetails, KeyVaultAdministrationError error, String operationId, OffsetDateTime startTime, OffsetDateTime endTime) |
Creates an object containing the details of a KeyVaultSelectiveKeyRestoreOperation. |
Methods inherited from KeyVaultLongRunningOperation
Methods inherited from java.lang.Object
Constructor Details
KeyVaultSelectiveKeyRestoreOperation
public KeyVaultSelectiveKeyRestoreOperation(String status, String statusDetails, KeyVaultAdministrationError error, String operationId, OffsetDateTime startTime, OffsetDateTime endTime)
Creates an object containing the details of a KeyVaultSelectiveKeyRestoreOperation.
Parameters: