CloudConfiguration Methods

 

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

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.)

See Also

CloudConfiguration Class
Microsoft.WindowsAzure.Common Namespace

Return to top