settings Module
Provide access to settings for globally used Azure configuration values.
Classes
| Settings |
Settings for globally used Azure configuration values. You probably don't want to create an instance of this class, but call the singleton instance:
The following methods are searched in order for a setting:
An implicit default is (optionally) defined by the setting attribute itself. A system setting value can be obtained from registries or other OS configuration for settings that support that method. An environment variable value is obtained from User-set values many be specified by assigning to the attribute:
Immediate values are (optionally) provided when the setting is retrieved:
Immediate values are most often useful to provide from optional arguments to client functions. If the argument value is not None, it will be returned as-is. Otherwise, the setting searches other methods according to the precedence rules. Immutable configuration snapshots can be created with the following methods:
|
Feedback
Submit and view feedback for