ConfigurationHelper Methods

 

Namespace:   Microsoft.WindowsAzure.Common.Internals
Assembly:  Microsoft.WindowsAzure.Common (in Microsoft.WindowsAzure.Common.dll)

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticCreateCouldNotConvertException(Of T)(String, Object)

Creates an exception when the configuration cannot be converted.

System_CAPS_pubmethodSystem_CAPS_staticCreateFromSettings(Of T)(Func(Of IDictionary(Of String, Object), T))

Creates a helper exception from the setting.

System_CAPS_pubmethodSystem_CAPS_staticGetCredentials(Of T)(IDictionary(Of String, Object), Boolean)

Creates a new credentials object of the specified type using the registered cloud credentials providers and settings.

System_CAPS_pubmethodSystem_CAPS_staticGetParameter(IDictionary(Of String, Object), String, Boolean)

Gets the configuration helper parameter.

System_CAPS_pubmethodSystem_CAPS_staticGetSettingName(Type, String, String)

Returns the name of the setting that is associated with the helper.

System_CAPS_pubmethodSystem_CAPS_staticGetString(IDictionary(Of String, Object), String, Boolean)

Gets the helper string.

System_CAPS_pubmethodSystem_CAPS_staticGetUri(IDictionary(Of String, Object), String, Boolean)

Gets the uniform resource identifier (URI) for the configuration helper.

System_CAPS_pubmethodSystem_CAPS_staticLookupConnectionInfo(IEnumerable(Of Func(Of String, String)), Type, String, String, String)

Checks the connection information.

System_CAPS_pubmethodSystem_CAPS_staticLookupSetting(IEnumerable(Of Func(Of String, String)), String)

Checks the configuration setting.

Return to top
Show: