Uses of Class
com.azure.data.appconfiguration.models.SettingLabelSelector
Packages that use SettingLabelSelector
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 SettingLabelSelector in com.azure.data.appconfiguration
Methods in com.azure.data.appconfiguration with parameters of type SettingLabelSelectorModifier and TypeMethodDescriptioncom.azure.core.http.rest.PagedFlux<SettingLabel> ConfigurationAsyncClient.listLabels(SettingLabelSelector selector) Gets a list of labels by givenSettingLabelSelectorcom.azure.core.http.rest.PagedIterable<SettingLabel> ConfigurationClient.listLabels(SettingLabelSelector selector) Gets a list of labels by givenSettingLabelSelector.com.azure.core.http.rest.PagedIterable<SettingLabel> ConfigurationClient.listLabels(SettingLabelSelector selector, com.azure.core.util.Context context) Gets a list of labels by givenSettingLabelSelector. -
Uses of SettingLabelSelector in com.azure.data.appconfiguration.models
Methods in com.azure.data.appconfiguration.models that return SettingLabelSelectorModifier and TypeMethodDescriptionSettingLabelSelector.setAcceptDatetime(OffsetDateTime datetime) If set, then labels will be retrieved as they existed at the provided datetime.SettingLabelSelector.setFields(SettingLabelFields... fields) Sets fields that will be returned in the response corresponding to properties inConfigurationSnapshot.SettingLabelSelector.setFields(List<SettingLabelFields> fields) Sets fields that will be returned in the response corresponding to properties inConfigurationSnapshot.SettingLabelSelector.setNameFilter(String nameFilter) Sets the expression to filterlabelson for the request.