Uses of Class
com.azure.data.appconfiguration.models.ConfigurationSetting
Packages that use ConfigurationSetting
Package
Description
Azure App Configuration Service
is a managed service provided by Microsoft Azure that allows developers to centralize configuration settings for
their applications.
Package containing the data models for AzureAppConfiguration.
-
Uses of ConfigurationSetting in com.azure.data.appconfiguration
Methods in com.azure.data.appconfiguration that return ConfigurationSettingModifier and TypeMethodDescriptionConfigurationClient.addConfigurationSetting(ConfigurationSetting setting) Adds a configuration value in the service if that key and label does not exist.ConfigurationClient.addConfigurationSetting(String key, String label, String value) Adds a configuration value in the service if that key does not exist.ConfigurationClient.deleteConfigurationSetting(ConfigurationSetting setting) Deletes theConfigurationSettingwith a matchingkey, and optionallabeland optional ETag combination.ConfigurationClient.deleteConfigurationSetting(String key, String label) ConfigurationClient.getConfigurationSetting(ConfigurationSetting setting) ConfigurationClient.getConfigurationSetting(String key, String label) Attempts to get a ConfigurationSetting that matches thekey, and the optionallabelcombination.ConfigurationClient.getConfigurationSetting(String key, String label, OffsetDateTime acceptDateTime) Attempts to get a ConfigurationSetting that matches thekey, the optionallabel, and the optionalacceptDateTimecombination.ConfigurationClient.setConfigurationSetting(ConfigurationSetting setting) Creates or updates a configuration value in the service.ConfigurationClient.setConfigurationSetting(String key, String label, String value) Creates or updates a configuration value in the service with the given key and.ConfigurationClient.setReadOnly(ConfigurationSetting setting, boolean isReadOnly) Sets the read-only status for theConfigurationSetting.ConfigurationClient.setReadOnly(String key, String label, boolean isReadOnly) Methods in com.azure.data.appconfiguration that return types with arguments of type ConfigurationSettingModifier and TypeMethodDescriptionConfigurationAsyncClient.addConfigurationSetting(ConfigurationSetting setting) Adds a configuration value in the service if that key and label does not exist.ConfigurationAsyncClient.addConfigurationSetting(String key, String label, String value) Adds a configuration value in the service if that key does not exist.Mono<com.azure.core.http.rest.Response<ConfigurationSetting>>ConfigurationAsyncClient.addConfigurationSettingWithResponse(ConfigurationSetting setting) Adds a configuration value in the service if that key and label does not exist.com.azure.core.http.rest.Response<ConfigurationSetting>ConfigurationClient.addConfigurationSettingWithResponse(ConfigurationSetting setting, com.azure.core.util.Context context) Adds a configuration value in the service if that key and label does not exist.ConfigurationAsyncClient.deleteConfigurationSetting(ConfigurationSetting setting) Deletes theConfigurationSettingwith a matchingkey, and optionallabeland optional ETag combination from the service.ConfigurationAsyncClient.deleteConfigurationSetting(String key, String label) Deletes the ConfigurationSetting with a matchingkeyand optionallabelcombination.Mono<com.azure.core.http.rest.Response<ConfigurationSetting>>ConfigurationAsyncClient.deleteConfigurationSettingWithResponse(ConfigurationSetting setting, boolean ifUnchanged) Deletes theConfigurationSettingwith a matchingkey, and optionallabeland optional ETag combination from the service.com.azure.core.http.rest.Response<ConfigurationSetting>ConfigurationClient.deleteConfigurationSettingWithResponse(ConfigurationSetting setting, boolean ifUnchanged, com.azure.core.util.Context context) Deletes theConfigurationSettingwith a matchingkey, and optionallabeland optional ETag combination.ConfigurationAsyncClient.getConfigurationSetting(ConfigurationSetting setting) ConfigurationAsyncClient.getConfigurationSetting(String key, String label) Attempts to get a ConfigurationSetting that matches thekey, and the optionallabelcombination.ConfigurationAsyncClient.getConfigurationSetting(String key, String label, OffsetDateTime acceptDateTime) Attempts to get a ConfigurationSetting that matches thekey, the optionallabel, and the optionalacceptDateTimecombination.Mono<com.azure.core.http.rest.Response<ConfigurationSetting>>ConfigurationAsyncClient.getConfigurationSettingWithResponse(ConfigurationSetting setting, OffsetDateTime acceptDateTime, boolean ifChanged) com.azure.core.http.rest.Response<ConfigurationSetting>ConfigurationClient.getConfigurationSettingWithResponse(ConfigurationSetting setting, OffsetDateTime acceptDateTime, boolean ifChanged, com.azure.core.util.Context context) com.azure.core.http.rest.PagedFlux<ConfigurationSetting>ConfigurationAsyncClient.listConfigurationSettings(SettingSelector selector) Fetches the configuration settings that match theselector.com.azure.core.http.rest.PagedIterable<ConfigurationSetting>ConfigurationClient.listConfigurationSettings(SettingSelector selector) Fetches the configuration settings that match theselector.com.azure.core.http.rest.PagedIterable<ConfigurationSetting>ConfigurationClient.listConfigurationSettings(SettingSelector selector, com.azure.core.util.Context context) Fetches the configuration settings that match theselector.com.azure.core.http.rest.PagedFlux<ConfigurationSetting>ConfigurationAsyncClient.listConfigurationSettingsForSnapshot(String snapshotName) Fetches the configuration settings in a snapshot that matches thesnapshotName.com.azure.core.http.rest.PagedFlux<ConfigurationSetting>ConfigurationAsyncClient.listConfigurationSettingsForSnapshot(String snapshotName, List<SettingFields> fields) Fetches the configuration settings in a snapshot that matches thesnapshotName.com.azure.core.http.rest.PagedIterable<ConfigurationSetting>ConfigurationClient.listConfigurationSettingsForSnapshot(String snapshotName) Fetches the configuration settings in a snapshot that matches thesnapshotName.com.azure.core.http.rest.PagedIterable<ConfigurationSetting>ConfigurationClient.listConfigurationSettingsForSnapshot(String snapshotName, List<SettingFields> fields, com.azure.core.util.Context context) Fetches the configuration settings in a snapshot that matches thesnapshotName.com.azure.core.http.rest.PagedFlux<ConfigurationSetting>ConfigurationAsyncClient.listRevisions(SettingSelector selector) Lists chronological/historical representation ofConfigurationSettingresource(s).com.azure.core.http.rest.PagedIterable<ConfigurationSetting>ConfigurationClient.listRevisions(SettingSelector selector) Lists chronological/historical representation ofConfigurationSettingresource(s).com.azure.core.http.rest.PagedIterable<ConfigurationSetting>ConfigurationClient.listRevisions(SettingSelector selector, com.azure.core.util.Context context) Lists chronological/historical representation ofConfigurationSettingresource(s).ConfigurationAsyncClient.setConfigurationSetting(ConfigurationSetting setting) Creates or updates a configuration value in the service.ConfigurationAsyncClient.setConfigurationSetting(String key, String label, String value) Creates or updates a configuration value in the service with the given key.Mono<com.azure.core.http.rest.Response<ConfigurationSetting>>ConfigurationAsyncClient.setConfigurationSettingWithResponse(ConfigurationSetting setting, boolean ifUnchanged) Creates or updates a configuration value in the service.com.azure.core.http.rest.Response<ConfigurationSetting>ConfigurationClient.setConfigurationSettingWithResponse(ConfigurationSetting setting, boolean ifUnchanged, com.azure.core.util.Context context) Creates or updates a configuration value in the service.ConfigurationAsyncClient.setReadOnly(ConfigurationSetting setting, boolean isReadOnly) Sets the read-only status for theConfigurationSetting.ConfigurationAsyncClient.setReadOnly(String key, String label, boolean isReadOnly) Mono<com.azure.core.http.rest.Response<ConfigurationSetting>>ConfigurationAsyncClient.setReadOnlyWithResponse(ConfigurationSetting setting, boolean isReadOnly) Sets the read-only status for theConfigurationSetting.com.azure.core.http.rest.Response<ConfigurationSetting>ConfigurationClient.setReadOnlyWithResponse(ConfigurationSetting setting, boolean isReadOnly, com.azure.core.util.Context context) Sets the read-only status for theConfigurationSetting.Methods in com.azure.data.appconfiguration with parameters of type ConfigurationSettingModifier and TypeMethodDescriptionConfigurationAsyncClient.addConfigurationSetting(ConfigurationSetting setting) Adds a configuration value in the service if that key and label does not exist.ConfigurationClient.addConfigurationSetting(ConfigurationSetting setting) Adds a configuration value in the service if that key and label does not exist.Mono<com.azure.core.http.rest.Response<ConfigurationSetting>>ConfigurationAsyncClient.addConfigurationSettingWithResponse(ConfigurationSetting setting) Adds a configuration value in the service if that key and label does not exist.com.azure.core.http.rest.Response<ConfigurationSetting>ConfigurationClient.addConfigurationSettingWithResponse(ConfigurationSetting setting, com.azure.core.util.Context context) Adds a configuration value in the service if that key and label does not exist.ConfigurationAsyncClient.deleteConfigurationSetting(ConfigurationSetting setting) Deletes theConfigurationSettingwith a matchingkey, and optionallabeland optional ETag combination from the service.ConfigurationClient.deleteConfigurationSetting(ConfigurationSetting setting) Deletes theConfigurationSettingwith a matchingkey, and optionallabeland optional ETag combination.Mono<com.azure.core.http.rest.Response<ConfigurationSetting>>ConfigurationAsyncClient.deleteConfigurationSettingWithResponse(ConfigurationSetting setting, boolean ifUnchanged) Deletes theConfigurationSettingwith a matchingkey, and optionallabeland optional ETag combination from the service.com.azure.core.http.rest.Response<ConfigurationSetting>ConfigurationClient.deleteConfigurationSettingWithResponse(ConfigurationSetting setting, boolean ifUnchanged, com.azure.core.util.Context context) Deletes theConfigurationSettingwith a matchingkey, and optionallabeland optional ETag combination.ConfigurationAsyncClient.getConfigurationSetting(ConfigurationSetting setting) ConfigurationClient.getConfigurationSetting(ConfigurationSetting setting) Mono<com.azure.core.http.rest.Response<ConfigurationSetting>>ConfigurationAsyncClient.getConfigurationSettingWithResponse(ConfigurationSetting setting, OffsetDateTime acceptDateTime, boolean ifChanged) com.azure.core.http.rest.Response<ConfigurationSetting>ConfigurationClient.getConfigurationSettingWithResponse(ConfigurationSetting setting, OffsetDateTime acceptDateTime, boolean ifChanged, com.azure.core.util.Context context) ConfigurationAsyncClient.setConfigurationSetting(ConfigurationSetting setting) Creates or updates a configuration value in the service.ConfigurationClient.setConfigurationSetting(ConfigurationSetting setting) Creates or updates a configuration value in the service.Mono<com.azure.core.http.rest.Response<ConfigurationSetting>>ConfigurationAsyncClient.setConfigurationSettingWithResponse(ConfigurationSetting setting, boolean ifUnchanged) Creates or updates a configuration value in the service.com.azure.core.http.rest.Response<ConfigurationSetting>ConfigurationClient.setConfigurationSettingWithResponse(ConfigurationSetting setting, boolean ifUnchanged, com.azure.core.util.Context context) Creates or updates a configuration value in the service.ConfigurationAsyncClient.setReadOnly(ConfigurationSetting setting, boolean isReadOnly) Sets the read-only status for theConfigurationSetting.ConfigurationClient.setReadOnly(ConfigurationSetting setting, boolean isReadOnly) Sets the read-only status for theConfigurationSetting.Mono<com.azure.core.http.rest.Response<ConfigurationSetting>>ConfigurationAsyncClient.setReadOnlyWithResponse(ConfigurationSetting setting, boolean isReadOnly) Sets the read-only status for theConfigurationSetting.com.azure.core.http.rest.Response<ConfigurationSetting>ConfigurationClient.setReadOnlyWithResponse(ConfigurationSetting setting, boolean isReadOnly, com.azure.core.util.Context context) Sets the read-only status for theConfigurationSetting. -
Uses of ConfigurationSetting in com.azure.data.appconfiguration.models
Subclasses of ConfigurationSetting in com.azure.data.appconfiguration.modelsModifier and TypeClassDescriptionfinal classFeatureFlagConfigurationSettingallows you to customize your own feature flags to dynamically administer a feature's lifecycle.final classMethods in com.azure.data.appconfiguration.models that return ConfigurationSettingModifier and TypeMethodDescriptionstatic ConfigurationSettingConfigurationSetting.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ConfigurationSetting from the JsonReader.ConfigurationSetting.setContentType(String contentType) Sets the content type.Sets the ETag for this configuration setting.Sets the key of this configuration setting.Sets the label of this configuration setting.Sets the tags for this configuration setting.Sets the value of this setting.