CloudConfiguration Class
Represents the utilities that are used for retrieving setting values from platform-specific configuration sources.
Assembly: Microsoft.WindowsAzure.Common (in Microsoft.WindowsAzure.Common.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | ConfigurationProvider | Gets a platform-specific configuration provider. |
![]() | Tracing | Gets the tracing utilities that are used to monitor client operations. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | GetConnectionInfo(Type) | Gets the connection information for the specified type. |
![]() | GetConnectionInfo(Type, String) | Gets the connection information for the specified type. |
![]() | GetConnectionInfo(Of T)() | Gets the connection information for the specified type. |
![]() | GetConnectionInfo(Of T)(String) | Gets the connection information for the specified type. |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetSetting(String) | Gets the value of a configuration setting from a platform-specific configuration source. |
![]() | GetType() | (Inherited from Object.) |
![]() | ParseConnectionStringSettings(String) | Parses a connection string. |
![]() | ParseJsonSettings(String) | Parses a JSON settings file. |
![]() ![]() | RegisterCloudCredentialsProvider(ICloudCredentialsProvider) | Registers a cloud credentials provider with the configuration runtime. |
![]() | ToString() | (Inherited from Object.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


