Microsoft.WindowsAzure.Configuration
Configuration manager for accessing Microsoft Azure settings.
Gets a setting with the given name.
Setting name.
Setting value or null if not found.
Gets application settings.
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..
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 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.
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;