public sealed class AppConfigService : IAppConfigService| AppConfigService | Initializes a new instance of the AppConfigService class. |
| 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. |