Uses of Class
com.azure.security.keyvault.keys.KeyServiceVersion
-
Packages that use KeyServiceVersion Package Description com.azure.security.keyvault.keys Package containing classes for creatingKeyAsyncClientandKeyClientto perform operations on Azure Key Vault. -
-
Uses of KeyServiceVersion in com.azure.security.keyvault.keys
Methods in com.azure.security.keyvault.keys that return KeyServiceVersion Modifier and Type Method Description static KeyServiceVersionKeyServiceVersion. getLatest()Gets the latest service version supported by this client librarystatic KeyServiceVersionKeyServiceVersion. valueOf(String name)Returns the enum constant of this type with the specified name.static KeyServiceVersion[]KeyServiceVersion. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.azure.security.keyvault.keys with parameters of type KeyServiceVersion Modifier and Type Method Description KeyClientBuilderKeyClientBuilder. serviceVersion(KeyServiceVersion version)Sets theKeyServiceVersionthat is used when making API requests.
-