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