public class SecretRestoreParameters extends Object
| Constructor and Description |
|---|
SecretRestoreParameters() |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
secretBundleBackup()
Get the secretBundleBackup value.
|
SecretRestoreParameters |
withSecretBundleBackup(byte[] secretBundleBackup)
Set the secretBundleBackup value.
|
public byte[] secretBundleBackup()
public SecretRestoreParameters withSecretBundleBackup(byte[] secretBundleBackup)
secretBundleBackup - the secretBundleBackup value to set/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/