This documentation is archived and is not being maintained.
ConfigurationHelper Class
Represents the configuration information.
Namespace:
Microsoft.WindowsAzure.Common.InternalsAssembly:
Microsoft.WindowsAzure.Common (in Microsoft.WindowsAzure.Common.dll)
System::Object Microsoft.WindowsAzure.Common.Internals::ConfigurationHelper
public ref class ConfigurationHelper abstract sealed
| Name | Description |
|---|
  | CreateCouldNotConvertException<T>(String^, Object^) | Creates an exception when the configuration cannot be converted. |
  | CreateFromSettings<T>(Func<IDictionary<String^, Object^>^, T>^) | Creates a helper exception from the setting. |
  | GetCredentials<T>(IDictionary<String^, Object^>^, Boolean) | Creates a new credentials object of the specified type using the registered cloud credentials providers and settings. |
  | GetParameter(IDictionary<String^, Object^>^, String^, Boolean) | Gets the configuration helper parameter. |
  | GetSettingName(Type^, String^, String^) | Returns the name of the setting that is associated with the helper. |
  | GetString(IDictionary<String^, Object^>^, String^, Boolean) | |
  | GetUri(IDictionary<String^, Object^>^, String^, Boolean) | Gets the uniform resource identifier (URI) for the configuration helper. |
  | LookupConnectionInfo(IEnumerable<Func<String^, String^>^>^, Type^, String^, String^%, String^%) | Checks the connection information. |
  | LookupSetting(IEnumerable<Func<String^, String^>^>^, String^) | Checks the configuration setting. |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Return to top