ConfigurationSection Class
- java.
lang. Object - system.
fabric. description. ConfigurationSection
- system.
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, Configuration |
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
The key/value pair of a configuration property.
Returns:
java.util.HashMap of String key and ConfigurationProperty value.
Applies to
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for Java