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
System_CAPS_pubpropertySystem_CAPS_static ConfigurationProvider

Gets a platform-specific configuration provider.

System_CAPS_pubproperty Tracing

Gets the tracing utilities that are used to monitor client operations.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_pubmethod GetConnectionInfo(Type)

Gets the connection information for the specified type.

System_CAPS_pubmethod GetConnectionInfo(Type, String)

Gets the connection information for the specified type.

System_CAPS_pubmethod GetConnectionInfo<T>()

Gets the connection information for the specified type.

System_CAPS_pubmethod GetConnectionInfo<T>(String)

Gets the connection information for the specified type.

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetSetting(String)

Gets the value of a configuration setting from a platform-specific configuration source.

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_pubmethod ParseConnectionStringSettings(String)

Parses a connection string.

System_CAPS_pubmethod ParseJsonSettings(String)

Parses a JSON settings file.

System_CAPS_pubmethodSystem_CAPS_static RegisterCloudCredentialsProvider(ICloudCredentialsProvider)

Registers a cloud credentials provider with the configuration runtime.

System_CAPS_pubmethod 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