Uses of Enum
com.azure.security.keyvault.keys.KeyServiceVersion
Packages that use KeyServiceVersion
-
Uses of KeyServiceVersion in com.azure.security.keyvault.keys
Methods in com.azure.security.keyvault.keys that return KeyServiceVersionModifier and TypeMethodDescriptionstatic KeyServiceVersion
KeyServiceVersion.getLatest()
Gets the latest service version supported by this client library.static KeyServiceVersion
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 KeyServiceVersionModifier and TypeMethodDescriptionKeyClientBuilder.serviceVersion
(KeyServiceVersion version) Sets theKeyServiceVersion
that is used when making API requests.