This documentation is archived and is not being maintained.
ConfigurationHelper Methods
Namespace:
Microsoft.WindowsAzure.Common.InternalsAssembly:
Microsoft.WindowsAzure.Common (in Microsoft.WindowsAzure.Common.dll)
| Name | Description |
|---|
  | CreateCouldNotConvertException(Of T)(String, Object) | Creates an exception when the configuration cannot be converted. |
  | CreateFromSettings(Of T)(Func(Of IDictionary(Of String, Object), T)) | Creates a helper exception from the setting. |
  | GetCredentials(Of T)(IDictionary(Of String, Object), Boolean) | Creates a new credentials object of the specified type using the registered cloud credentials providers and settings. |
  | GetParameter(IDictionary(Of 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(Of String, Object), String, Boolean) | |
  | GetUri(IDictionary(Of String, Object), String, Boolean) | Gets the uniform resource identifier (URI) for the configuration helper. |
  | LookupConnectionInfo(IEnumerable(Of Func(Of String, String)), Type, String, String, String) | Checks the connection information. |
  | LookupSetting(IEnumerable(Of Func(Of String, String)), String) | Checks the configuration setting. |
Return to top