Class DeletedKey
java.lang.Object
com.azure.security.keyvault.keys.models.KeyVaultKey
com.azure.security.keyvault.keys.models.DeletedKey
Deleted Key is the resource consisting of name, recovery id, deleted date, scheduled purge date and its attributes
 inherited from 
KeyVaultKey.
 It is managed by Key Service.- See Also:
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionGet the deleted UTC time.getKey()Get the key value.Get the recoveryId identifier.Get the scheduled purge UTC time.Methods inherited from class com.azure.security.keyvault.keys.models.KeyVaultKeygetId, getKeyOperations, getKeyType, getName, getProperties
- 
Constructor Details- 
DeletedKeypublic DeletedKey()
 
- 
- 
Method Details- 
getRecoveryIdGet the recoveryId identifier.- Returns:
- the recoveryId identifier.
 
- 
getScheduledPurgeDateGet the scheduled purge UTC time.- Returns:
- the scheduledPurgeDate UTC time.
 
- 
getDeletedOnGet the deleted UTC time.- Returns:
- the deletedDate UTC time.
 
- 
getKeyGet the key value.- Overrides:
- getKeyin class- KeyVaultKey
- Returns:
- the key value
 
 
-