Uses of Class
com.microsoft.azure.keyvault.requests.UpdateCertificateRequest
-
Packages that use UpdateCertificateRequest 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 UpdateCertificateRequest in com.microsoft.azure.keyvault
Methods in com.microsoft.azure.keyvault with parameters of type UpdateCertificateRequest Modifier and Type Method 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. -
Uses of UpdateCertificateRequest in com.microsoft.azure.keyvault.implementation
Methods in com.microsoft.azure.keyvault.implementation with parameters of type UpdateCertificateRequest Modifier and Type Method 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. -
Uses of UpdateCertificateRequest in com.microsoft.azure.keyvault.requests
Methods in com.microsoft.azure.keyvault.requests that return UpdateCertificateRequest Modifier and Type Method Description UpdateCertificateRequest
UpdateCertificateRequest.Builder. build()
builds theUpdateCertificateRequest
object.
-