Uses of Class
com.azure.data.appconfiguration.models.SettingLabelFields
Packages that use SettingLabelFields
Package
Description
Package containing the data models for AzureAppConfiguration.
-
Uses of SettingLabelFields in com.azure.data.appconfiguration.models
Fields in com.azure.data.appconfiguration.models declared as SettingLabelFieldsModifier and TypeFieldDescriptionstatic final SettingLabelFieldsSettingLabelFields.NAMEStatic value name for SettingLabelFields.Methods in com.azure.data.appconfiguration.models that return SettingLabelFieldsModifier and TypeMethodDescriptionstatic SettingLabelFieldsSettingLabelFields.fromString(String name) Creates or finds a SettingLabelFields from its string representation.Methods in com.azure.data.appconfiguration.models that return types with arguments of type SettingLabelFieldsModifier and TypeMethodDescriptionSettingLabelSelector.getFields()Gets the fields onConfigurationSnapshotto return from the GET request.static Collection<SettingLabelFields> SettingLabelFields.values()Gets known SettingLabelFields values.Methods in com.azure.data.appconfiguration.models with parameters of type SettingLabelFieldsModifier and TypeMethodDescriptionSettingLabelSelector.setFields(SettingLabelFields... fields) Sets fields that will be returned in the response corresponding to properties inConfigurationSnapshot.Method parameters in com.azure.data.appconfiguration.models with type arguments of type SettingLabelFieldsModifier and TypeMethodDescriptionSettingLabelSelector.setFields(List<SettingLabelFields> fields) Sets fields that will be returned in the response corresponding to properties inConfigurationSnapshot.