public final class MergeCertificateRequest extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
MergeCertificateRequest.Builder
The
MergeCertificateRequest builder. |
| Modifier and Type | Method and Description |
|---|---|
CertificateAttributes |
certificateAttributes() |
String |
certificateName() |
Map<String,String> |
tags() |
String |
vaultBaseUrl() |
List<byte[]> |
x509Certificates() |
public String vaultBaseUrl()
public String certificateName()
public List<byte[]> x509Certificates()
public CertificateAttributes certificateAttributes()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/