Uses of Class
com.microsoft.azure.keyvault.requests.MergeCertificateRequest
-
Packages that use MergeCertificateRequest 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. -
-
Uses of MergeCertificateRequest in com.microsoft.azure.keyvault
Methods in com.microsoft.azure.keyvault with parameters of type MergeCertificateRequest Modifier and Type Method Description CertificateBundleKeyVaultClientCustom. mergeCertificate(MergeCertificateRequest mergeCertificateRequest)Merges a certificate or a certificate chain with a key pair existing on the server.com.microsoft.rest.ServiceFuture<CertificateBundle>KeyVaultClientCustom. mergeCertificateAsync(MergeCertificateRequest mergeCertificateRequest, com.microsoft.rest.ServiceCallback<CertificateBundle> serviceCallback)Merges a certificate or a certificate chain with a key pair existing on the server. -
Uses of MergeCertificateRequest in com.microsoft.azure.keyvault.implementation
Methods in com.microsoft.azure.keyvault.implementation with parameters of type MergeCertificateRequest Modifier and Type Method Description CertificateBundleKeyVaultClientCustomImpl. mergeCertificate(MergeCertificateRequest mergeCertificateRequest)Merges a certificate or a certificate chain with a key pair existing on the server.com.microsoft.rest.ServiceFuture<CertificateBundle>KeyVaultClientCustomImpl. mergeCertificateAsync(MergeCertificateRequest mergeCertificateRequest, com.microsoft.rest.ServiceCallback<CertificateBundle> serviceCallback)Merges a certificate or a certificate chain with a key pair existing on the server. -
Uses of MergeCertificateRequest in com.microsoft.azure.keyvault.requests
Methods in com.microsoft.azure.keyvault.requests that return MergeCertificateRequest Modifier and Type Method Description MergeCertificateRequestMergeCertificateRequest.Builder. build()builds theMergeCertificateRequestobject.
-