CloudConfiguration::ParseJsonSettings Method (String^)

 

Parses a JSON settings file.

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

public:
IDictionary<String^, Object^>^ ParseJsonSettings(
	String^ settings
)

Parameters

settings
Type: System::String^

The JSON settings.

Return Value

Type: System.Collections.Generic::IDictionary<String^, Object^>^

A collection that contains the setting names and values from the JSON settings.

Return to top
Show: