Uses of Class
com.azure.data.appconfiguration.models.SettingFields
Packages that use SettingFields
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 SettingFields in com.azure.data.appconfiguration
Method parameters in com.azure.data.appconfiguration with type arguments of type SettingFieldsModifier and TypeMethodDescriptioncom.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, List<SettingFields> fields, com.azure.core.util.Context context) Fetches the configuration settings in a snapshot that matches thesnapshotName. -
Uses of SettingFields in com.azure.data.appconfiguration.models
Fields in com.azure.data.appconfiguration.models declared as SettingFieldsModifier and TypeFieldDescriptionstatic final SettingFieldsSettingFields.CONTENT_TYPEPopulates the 'content_type' from the service.static final SettingFieldsSettingFields.ETAGPopulates the 'etag' from the service.static final SettingFieldsSettingFields.IS_READ_ONLYPopulates the 'locked' from the service.static final SettingFieldsSettingFields.KEYPopulates the 'key' from the service.static final SettingFieldsSettingFields.LABELPopulates the 'label' from the service.static final SettingFieldsSettingFields.LAST_MODIFIEDPopulates the 'last_modified' from the service.static final SettingFieldsSettingFields.TAGSPopulates the 'tags' from the service.static final SettingFieldsSettingFields.VALUEPopulates the 'value' from the service.Methods in com.azure.data.appconfiguration.models that return SettingFieldsModifier and TypeMethodDescriptionstatic SettingFieldsSettingFields.fromString(String name) Creates or finds aSettingFieldsfrom its string representation.SettingSelector.getFields()Gets the fields onConfigurationSettingto return from the GET request.Methods in com.azure.data.appconfiguration.models that return types with arguments of type SettingFieldsModifier and TypeMethodDescriptionstatic Collection<SettingFields>SettingFields.values()Gets known SettingFields values.Methods in com.azure.data.appconfiguration.models with parameters of type SettingFieldsModifier and TypeMethodDescriptionSettingSelector.setFields(SettingFields... fields) Sets fields that will be returned in the response corresponding to properties inConfigurationSetting.static StringSettingFields.toStringMapper(SettingFields field) Deprecated.This method is no longer needed.