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 NotInheritable Class ConfigurationHelper
| Name | Description |
|---|
.jpeg?cs-save-lang=1&cs-lang=vb) .jpeg?cs-save-lang=1&cs-lang=vb) | CreateCouldNotConvertException(Of T)(String, Object) | Creates an exception when the configuration cannot be converted. |
.jpeg?cs-save-lang=1&cs-lang=vb) .jpeg?cs-save-lang=1&cs-lang=vb) | CreateFromSettings(Of T)(Func(Of IDictionary(Of String, Object), T)) | Creates a helper exception from the setting. |
.jpeg?cs-save-lang=1&cs-lang=vb) .jpeg?cs-save-lang=1&cs-lang=vb) | 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. |
.jpeg?cs-save-lang=1&cs-lang=vb) .jpeg?cs-save-lang=1&cs-lang=vb) | GetParameter(IDictionary(Of String, Object), String, Boolean) | Gets the configuration helper parameter. |
.jpeg?cs-save-lang=1&cs-lang=vb) .jpeg?cs-save-lang=1&cs-lang=vb) | GetSettingName(Type, String, String) | Returns the name of the setting that is associated with the helper. |
.jpeg?cs-save-lang=1&cs-lang=vb) .jpeg?cs-save-lang=1&cs-lang=vb) | GetString(IDictionary(Of String, Object), String, Boolean) | |
.jpeg?cs-save-lang=1&cs-lang=vb) .jpeg?cs-save-lang=1&cs-lang=vb) | GetUri(IDictionary(Of String, Object), String, Boolean) | Gets the uniform resource identifier (URI) for the configuration helper. |
.jpeg?cs-save-lang=1&cs-lang=vb) .jpeg?cs-save-lang=1&cs-lang=vb) | LookupConnectionInfo(IEnumerable(Of Func(Of String, String)), Type, String, String, String) | Checks the connection information. |
.jpeg?cs-save-lang=1&cs-lang=vb) .jpeg?cs-save-lang=1&cs-lang=vb) | LookupSetting(IEnumerable(Of Func(Of 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