Uses of Class
com.azure.data.appconfiguration.models.SettingSelector
Packages that use SettingSelector
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 SettingSelector in com.azure.data.appconfiguration
Methods in com.azure.data.appconfiguration with parameters of type SettingSelectorModifier and TypeMethodDescriptioncom.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.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). -
Uses of SettingSelector in com.azure.data.appconfiguration.models
Methods in com.azure.data.appconfiguration.models that return SettingSelectorModifier and TypeMethodDescriptionSettingSelector.setAcceptDatetime(OffsetDateTime datetime) If set, then configuration setting values will be retrieved as they existed at the provided datetime.SettingSelector.setFields(SettingFields... fields) Sets fields that will be returned in the response corresponding to properties inConfigurationSetting.SettingSelector.setKeyFilter(String keyFilter) Sets the expressions to filterkeyson for the request.SettingSelector.setLabelFilter(String labelFilter) Sets the expression to filterlabelson for the request.SettingSelector.setMatchConditions(List<com.azure.core.http.MatchConditions> matchConditions) Set the match conditions