Uses of Enum
com.azure.security.keyvault.certificates.CertificateServiceVersion
Packages that use CertificateServiceVersion
-
Uses of CertificateServiceVersion in com.azure.security.keyvault.certificates
Subclasses with type arguments of type CertificateServiceVersion in com.azure.security.keyvault.certificatesModifier and TypeClassDescriptionenumThe versions of Azure Key Vault Certificates supported by this client library.Methods in com.azure.security.keyvault.certificates that return CertificateServiceVersionModifier and TypeMethodDescriptionstatic CertificateServiceVersionCertificateServiceVersion.getLatest()Gets the latest service version supported by this client library.static 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.