ConfigurationHelper Class
Represents the configuration information.
Assembly: Microsoft.WindowsAzure.Common (in Microsoft.WindowsAzure.Common.dll)
| 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) | Gets the helper string. |
![]() ![]() | 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. |
| Name | Description | |
|---|---|---|
![]() ![]() | CloudSettingsFormats | The cloud settings format. |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:


