appconfiguration Package
Packages
aio |
Classes
AzureAppConfigurationClient |
Represents a client that calls restful API of Azure App Configuration service. |
ConfigurationSetting |
A setting, defined by a unique combination of a key and label. |
ConfigurationSettingLabel |
The label info of a configuration setting. |
ConfigurationSettingsFilter |
Enables filtering of configuration settings. |
ConfigurationSnapshot |
A point-in-time snapshot of configuration settings. |
FeatureFlagConfigurationSetting |
A configuration setting that stores a feature flag value. |
ResourceReadOnlyError |
An error response with status code 409 The key is read-only. To allow modification unlock it first. |
SecretReferenceConfigurationSetting |
A configuration value that references a configuration setting secret. |
Enums
ConfigurationSettingFields |
ConfigurationSettingFields. |
LabelFields |
LabelFields. |
SnapshotComposition |
The composition type describes how the key-values within the snapshot are composed. The 'key' composition type ensures there are no two key-values containing the same key. The 'key_label' composition type ensures there are no two key-values containing the same key and label. |
SnapshotFields |
SnapshotFields. |
SnapshotStatus |
The current status of the snapshot. |
Azure SDK for Python