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