Uses of Enum
com.azure.security.keyvault.certificates.CertificateServiceVersion
Packages that use CertificateServiceVersion
Package
Description
Azure Key Vault is a cloud-based service
provided by Microsoft Azure that allows users to securely store and manage cryptographic certificates used for encrypting
and decrypting data.
-
Uses of CertificateServiceVersion in com.azure.security.keyvault.certificates
Methods in com.azure.security.keyvault.certificates that return CertificateServiceVersionModifier and TypeMethodDescriptionstatic CertificateServiceVersionCertificateServiceVersion.getLatest()Gets the latest service version supported by this client librarystatic CertificateServiceVersionReturns the enum constant of this type with the specified name.static CertificateServiceVersion[]CertificateServiceVersion.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.azure.security.keyvault.certificates with parameters of type CertificateServiceVersionModifier and TypeMethodDescriptionCertificateClientBuilder.serviceVersion(CertificateServiceVersion version) Sets theCertificateServiceVersionthat is used when making API requests.