| Package | Description |
|---|---|
| com.microsoft.azure.keyvault |
This package contains the classes for KeyVaultClientBase.
|
| com.microsoft.azure.keyvault.implementation |
This package contains the classes for KeyVaultClient.
|
| com.microsoft.azure.keyvault.requests |
This package contains the classes for KeyVaultClient.
|
| Modifier and Type | Method and Description |
|---|---|
CertificateBundle |
KeyVaultClientCustom.updateCertificate(UpdateCertificateRequest updateCertificateRequest)
Updates the attributes associated with the specified certificate.
|
com.microsoft.rest.ServiceFuture<CertificateBundle> |
KeyVaultClientCustom.updateCertificateAsync(UpdateCertificateRequest updateCertificateRequest,
com.microsoft.rest.ServiceCallback<CertificateBundle> serviceCallback)
Updates the attributes associated with the specified certificate.
|
| Modifier and Type | Method and Description |
|---|---|
CertificateBundle |
KeyVaultClientCustomImpl.updateCertificate(UpdateCertificateRequest updateCertificateRequest)
Updates the attributes associated with the specified certificate.
|
com.microsoft.rest.ServiceFuture<CertificateBundle> |
KeyVaultClientCustomImpl.updateCertificateAsync(UpdateCertificateRequest updateCertificateRequest,
com.microsoft.rest.ServiceCallback<CertificateBundle> serviceCallback)
Updates the attributes associated with the specified certificate.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateCertificateRequest |
UpdateCertificateRequest.Builder.build()
builds the
UpdateCertificateRequest object. |
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/