IAppConfigService Interface

Provides methods to access and modify Azure App Configuration key-values at runtime.

Definition

Namespace: MobileTrack.Web.Components.Interfaces
Assembly: MobileTrack.Web.Components (in MobileTrack.Web.Components.dll) Version: 0.8+34f1bbd8dc6b32752cfce829cbed66e15113d7ba
public interface IAppConfigService

Methods

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.

See Also