Uses of Enum
com.azure.security.keyvault.certificates.CertificateServiceVersion
Packages that use CertificateServiceVersion
Package
Description
Package containing classes for creating
CertificateAsyncClient and
CertificateClient to perform operations on Azure Key Vault.-
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.