Uses of Enum
com.azure.security.keyvault.secrets.SecretServiceVersion
Packages that use SecretServiceVersion
Package
Description
Package containing classes for creating
SecretAsyncClient and
SecretClient to perform operations on Azure Key Vault.-
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.