Uses of Class
com.azure.security.keyvault.secrets.SecretServiceVersion
-
Packages that use SecretServiceVersion Package Description com.azure.security.keyvault.secrets Package containing classes for creatingSecretAsyncClientandSecretClientto perform operations on Azure Key Vault. -
-
Uses of SecretServiceVersion in com.azure.security.keyvault.secrets
Methods in com.azure.security.keyvault.secrets that return SecretServiceVersion Modifier and Type Method Description static SecretServiceVersionSecretServiceVersion. getLatest()Gets the latest service version supported by this client librarystatic SecretServiceVersionSecretServiceVersion. valueOf(String name)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 SecretServiceVersion Modifier and Type Method Description SecretClientBuilderSecretClientBuilder. serviceVersion(SecretServiceVersion version)Sets theSecretServiceVersionthat is used when making API requests.
-