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

ConfigurationSection Class

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

public class ConfigurationSection

Defines any configuration that can be written and read from a configuration store

Method Summary

Modifier and Type Method and Description
String getName()

The name of the section.

HashMap<String, ConfigurationProperty> getParameters()

The key/value pair of a configuration property.

Method Details

getName

public String getName()

The name of the section.

Returns:

the name.

getParameters

public HashMap getParameters()

The key/value pair of a configuration property.

Returns:

java.util.HashMap of String key and ConfigurationProperty value.

Applies to