ConfigurationHelper 类
表示配置信息。
命名空间: Microsoft.WindowsAzure.Common.Internals
程序集: Microsoft.WindowsAzure.Common(Microsoft.WindowsAzure.Common.dll 中)
继承层次结构
System.Object
Microsoft.WindowsAzure.Common.Internals.ConfigurationHelper
语法
public static class ConfigurationHelper
public ref class ConfigurationHelper abstract sealed
[<AbstractClass>]
[<Sealed>]
type ConfigurationHelper = class end
Public NotInheritable Class ConfigurationHelper
方法
名称 | 说明 | |
---|---|---|
CreateCouldNotConvertException<T>(String, Object) | 不能转换该配置时创建异常。 |
|
CreateFromSettings<T>(Func<IDictionary<String, Object>, T>) | 从设置创建帮助程序例外。 |
|
GetCredentials<T>(IDictionary<String, Object>, Boolean) | 创建使用已注册的云凭据提供程序和设置的指定类型的新凭据对象。 |
|
GetParameter(IDictionary<String, Object>, String, Boolean) | 获取配置帮助程序参数。 |
|
GetSettingName(Type, String, String) | 返回与帮助器相关联的设置的名称。 |
|
GetString(IDictionary<String, Object>, String, Boolean) | 获取帮助器字符串。 |
|
GetUri(IDictionary<String, Object>, String, Boolean) | 获取配置助手的统一资源标识符 (URI)。 |
|
LookupConnectionInfo(IEnumerable<Func<String, String>>, Type, String, String, String) | 检查连接信息。 |
|
LookupSetting(IEnumerable<Func<String, String>>, String) | 检查配置设置。 |
字段
名称 | 说明 | |
---|---|---|
CloudSettingsFormats | 云设置格式。 |
线程安全
此类型的任何公共静态(Visual Basic 中为 Shared)成员都是线程安全的。但不保证所有实例成员都是线程安全的。
请参阅
Microsoft.WindowsAzure.Common.Internals 命名空间
返回页首