CloudConfiguration Class
Represents the utilities that are used for retrieving setting values from platform-specific configuration sources.
Namespace: Microsoft.WindowsAzure.Common
Assembly: Microsoft.WindowsAzure.Common (in Microsoft.WindowsAzure.Common.dll)
Inheritance Hierarchy
System.Object
Microsoft.WindowsAzure.Common.CloudConfiguration
Syntax
public sealed class CloudConfiguration
public ref class CloudConfiguration sealed
[<Sealed>]
type CloudConfiguration = class end
Public NotInheritable Class CloudConfiguration
Properties
Name | Description | |
---|---|---|
ConfigurationProvider | Gets a platform-specific configuration provider. |
|
Tracing | Gets the tracing utilities that are used to monitor client operations. |
Methods
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<T>() | Gets the connection information for the specified type. |
|
GetConnectionInfo<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.) |
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.WindowsAzure.Common Namespace
Return to top