Uses of Enum
com.azure.security.keyvault.secrets.SecretServiceVersion
Packages that use SecretServiceVersion
-
Uses of SecretServiceVersion in com.azure.security.keyvault.secrets
Subclasses with type arguments of type SecretServiceVersion in com.azure.security.keyvault.secretsModifier and TypeClassDescriptionenumThe versions of Azure Key Vault Secrets supported by this client library.Methods in com.azure.security.keyvault.secrets that return SecretServiceVersionModifier and TypeMethodDescriptionstatic SecretServiceVersionSecretServiceVersion.getLatest()Gets the latest service version supported by this client library.static 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.