CloudConfiguration::ParseJsonSettings Method (String^)
Parses a JSON settings file.
Assembly: Microsoft.WindowsAzure.Common (in Microsoft.WindowsAzure.Common.dll)
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.
Show: