Uses of Enum
com.azure.data.appconfiguration.ConfigurationServiceVersion
Packages that use ConfigurationServiceVersion
Package
Description
Azure App Configuration Service
is a managed service provided by Microsoft Azure that allows developers to centralize configuration settings for
their applications.
-
Uses of ConfigurationServiceVersion in com.azure.data.appconfiguration
Subclasses with type arguments of type ConfigurationServiceVersion in com.azure.data.appconfigurationModifier and TypeClassDescriptionenumThe versions of Azure App Configuration supported by this client library.Methods in com.azure.data.appconfiguration that return ConfigurationServiceVersionModifier and TypeMethodDescriptionstatic ConfigurationServiceVersionConfigurationServiceVersion.getLatest()Gets the latest service version supported by this client librarystatic ConfigurationServiceVersionReturns the enum constant of this type with the specified name.static ConfigurationServiceVersion[]ConfigurationServiceVersion.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.azure.data.appconfiguration with parameters of type ConfigurationServiceVersionModifier and TypeMethodDescriptionConfigurationClientBuilder.serviceVersion(ConfigurationServiceVersion version) Sets theConfigurationServiceVersionthat is used when making API requests.