Class KeyRestoreParameters
- java.lang.Object
-
- com.microsoft.azure.keyvault.models.KeyRestoreParameters
-
public class KeyRestoreParameters extends Object
The key restore parameters.
-
-
Constructor Summary
Constructors Constructor Description KeyRestoreParameters()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]
keyBundleBackup()
Get the keyBundleBackup value.KeyRestoreParameters
withKeyBundleBackup(byte[] keyBundleBackup)
Set the keyBundleBackup value.
-
-
-
Method Detail
-
keyBundleBackup
public byte[] keyBundleBackup()
Get the keyBundleBackup value.- Returns:
- the keyBundleBackup value
-
withKeyBundleBackup
public KeyRestoreParameters withKeyBundleBackup(byte[] keyBundleBackup)
Set the keyBundleBackup value.- Parameters:
keyBundleBackup
- the keyBundleBackup value to set- Returns:
- the KeyRestoreParameters object itself.
-
-