Uses of Class
com.azure.security.keyvault.certificates.CertificateServiceVersion
-
Packages that use CertificateServiceVersion Package Description com.azure.security.keyvault.certificates Package containing classes for creatingCertificateAsyncClientandCertificateClientto perform operations on Azure Key Vault. -
-
Uses of CertificateServiceVersion in com.azure.security.keyvault.certificates
Methods in com.azure.security.keyvault.certificates that return CertificateServiceVersion Modifier and Type Method Description static CertificateServiceVersionCertificateServiceVersion. getLatest()Gets the latest service version supported by this client librarystatic CertificateServiceVersionCertificateServiceVersion. valueOf(String name)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 CertificateServiceVersion Modifier and Type Method Description CertificateClientBuilderCertificateClientBuilder. serviceVersion(CertificateServiceVersion version)Sets theCertificateServiceVersionthat is used when making API requests.
-