Microsoft.WindowsAzure.Configuration
Configuration manager for accessing Microsoft Azure settings.
Gets a setting with the given name.
Setting name.
If true, this will write that a setting was retrieved to Trace. If false, this will not write anything to Trace.
If true, method will throw exception if setting not found in ServiceRuntime.
Setting value or null if not found.
Gets a setting with the given name.
Setting name.
If true, this will write that a setting was retrieved to Trace. If false, this will not write anything to Trace.
Setting value or null if not found.
Gets a setting with the given name. Trace results.
This overloaded function is kept for backward compatibility.
Setting name.
Setting value or null if not found.
Gets application settings.
Microsoft Azure settings.
Initializes the settings.
Checks whether the given exception represents an exception throws
for a missing setting.
Exception
True for the missing setting exception.
Gets a setting with the given name.
Setting throwIfNotFound to true will result in blow up the app if it can't find the setting
Setting name.
///
Setting value or null if such setting does not exist.
Gets a setting with the given name.
Setting name.
Setting value or null if such setting does not exist.
Gets a setting with the given name. This method is included for backwards compatibility.
Setting name.
Setting value or null if such setting does not exist.
Gets setting's value from the given provider.
Provider name.
Setting name
Method to obtain given setting.
Setting value, or null if not found.
Gets a configuration setting from the service runtime.
Setting name.
Setting value or null if not found.
Loads and returns the latest available version of the service
runtime assembly.
Loaded assembly, if any.
Writes to trace output if WriteToTrace is true
The message to write to Trace
Gets an assembly path from the GAC given a partial name.
An assembly partial name. May not be null.
The assembly path if found; otherwise null;
A strongly-typed resource class, for looking up localized strings, etc.
Returns the cached ResourceManager instance used by this class.
Overrides the current thread's CurrentUICulture property for all
resource lookups using this strongly typed resource class.
Looks up a localized string similar to Argument "{0}" cannot be an empty string..
Looks up a localized string similar to Setting: "{0}" was not found in the ServiceRuntime..