Uses of Enum
com.azure.security.keyvault.keys.KeyServiceVersion
Packages that use KeyServiceVersion
-
Uses of KeyServiceVersion in com.azure.security.keyvault.keys
Subclasses with type arguments of type KeyServiceVersion in com.azure.security.keyvault.keysModifier and TypeClassDescriptionenumThe versions of Azure Key Vault Keys supported by this client library.Methods in com.azure.security.keyvault.keys that return KeyServiceVersionModifier and TypeMethodDescriptionstatic KeyServiceVersionKeyServiceVersion.getLatest()Gets the latest service version supported by this client library.static KeyServiceVersionReturns 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 theKeyServiceVersionthat is used when making API requests.