public class CertificateRestoreParameters extends Object
| Constructor and Description |
|---|
CertificateRestoreParameters() |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
certificateBundleBackup()
Get the certificateBundleBackup value.
|
CertificateRestoreParameters |
withCertificateBundleBackup(byte[] certificateBundleBackup)
Set the certificateBundleBackup value.
|
public byte[] certificateBundleBackup()
public CertificateRestoreParameters withCertificateBundleBackup(byte[] certificateBundleBackup)
certificateBundleBackup - the certificateBundleBackup 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.
*/