你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ConfigurationSettings Class

  • java.lang.Object
    • system.fabric.description.ConfigurationSettings

public class ConfigurationSettings

Describes the configuration settings.

Method Summary

Modifier and Type Method and Description
HashMap<String, ConfigurationSection> getSections()

Gets the name/value pair collection of the sections.

Method Details

getSections

public HashMap getSections()

Gets the name/value pair collection of the sections.

Returns:

the name/value pair collection of the sections.

Applies to