AppConfigService Class

Provides methods to interact with Azure App Configuration, allowing runtime retrieval and updates of configuration settings.

Definition

Namespace: MobileTrack.Web.Components.Services
Assembly: MobileTrack.Web.Components (in MobileTrack.Web.Components.dll) Version: 0.7+1dadc87dcf0a0f837e19a3ce2deb7c1cd85375d1
public sealed class AppConfigService : IAppConfigService
Inheritance
Object    AppConfigService
Implements
IAppConfigService

Constructors

AppConfigService Initializes a new instance of the AppConfigService class.

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