Uses of Enum
com.azure.security.keyvault.secrets.SecretServiceVersion
Packages that use SecretServiceVersion
-
Uses of SecretServiceVersion in com.azure.security.keyvault.secrets
Methods in com.azure.security.keyvault.secrets that return SecretServiceVersionModifier and TypeMethodDescriptionstatic SecretServiceVersion
SecretServiceVersion.getLatest()
Gets the latest service version supported by this client library.static SecretServiceVersion
Returns the enum constant of this type with the specified name.static SecretServiceVersion[]
SecretServiceVersion.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.azure.security.keyvault.secrets with parameters of type SecretServiceVersionModifier and TypeMethodDescriptionSecretClientBuilder.serviceVersion
(SecretServiceVersion version) Sets theSecretServiceVersion
that is used when making API requests.