Compartilhar via


KeyVaultSelectiveKeyRestoreOperation Class

public final class KeyVaultSelectiveKeyRestoreOperation
extends KeyVaultLongRunningOperation

A class that contains the details of a selective key restore operation.

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:

status - Status of the KeyVaultSelectiveKeyRestoreOperation.
statusDetails - The status details of the KeyVaultSelectiveKeyRestoreOperation.
error - Error encountered, if any, during the KeyVaultSelectiveKeyRestoreOperation.
operationId - Identifier for the full KeyVaultSelectiveKeyRestoreOperation.
startTime - The start time of the KeyVaultSelectiveKeyRestoreOperation.
endTime - The end time of the KeyVaultSelectiveKeyRestoreOperation.

Applies to