Uses of Enum
com.azure.security.keyvault.secrets.SecretServiceVersion
Packages that use SecretServiceVersion
Package
Description
Azure Key Vault is a cloud-based service
provided by Microsoft Azure that allows users to store, manage, and access secrets, such as passwords, certificates,
and other sensitive information, securely in the cloud.
-
Uses of SecretServiceVersion in com.azure.security.keyvault.secrets
Methods in com.azure.security.keyvault.secrets that return SecretServiceVersionModifier and TypeMethodDescriptionstatic SecretServiceVersionSecretServiceVersion.getLatest()Gets the latest service version supported by this client librarystatic SecretServiceVersionReturns 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 theSecretServiceVersionthat is used when making API requests.