Uses of Enum
com.azure.security.keyvault.certificates.CertificateServiceVersion
Packages that use CertificateServiceVersion
-
Uses of CertificateServiceVersion in com.azure.security.keyvault.certificates
Methods in com.azure.security.keyvault.certificates that return CertificateServiceVersionModifier and TypeMethodDescriptionstatic CertificateServiceVersion
CertificateServiceVersion.getLatest()
Gets the latest service version supported by this client library.static CertificateServiceVersion
Returns 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 theCertificateServiceVersion
that is used when making API requests.