Uses of Class
com.azure.data.appconfiguration.models.SettingLabel
Packages that use SettingLabel
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 SettingLabel in com.azure.data.appconfiguration
Methods in com.azure.data.appconfiguration that return types with arguments of type SettingLabelModifier and TypeMethodDescriptioncom.azure.core.http.rest.PagedFlux<SettingLabel> ConfigurationAsyncClient.listLabels()Gets all labels.com.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()Gets all labelscom.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 SettingLabel in com.azure.data.appconfiguration.models
Methods in com.azure.data.appconfiguration.models that return SettingLabelModifier and TypeMethodDescriptionstatic SettingLabelSettingLabel.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of SettingLabel from the JsonReader.