IAppConfigService Interface
Provides methods to access and modify Azure App Configuration key-values at runtime.
Namespace: MobileTrack.Web.Components.InterfacesAssembly: MobileTrack.Web.Components (in MobileTrack.Web.Components.dll) Version: 0.7+1dadc87dcf0a0f837e19a3ce2deb7c1cd85375d1
public interface IAppConfigService
| GetAllSettingsAsync |
Retrieves all configuration settings, optionally filtered by label.
|
| GetValueAsync |
Retrieves a single configuration setting by key.
|
| SetValueAsync |
Sets or updates a configuration setting in Azure App Configuration.
|