WebAppBase.DefinitionStages.WithAppSettings<FluentT>.withAppSettings(Map<String, String> settings) 方法
定义
Specifies the app settings for the web app as a Map.
public WithCreate<FluentT> withAppSettings(Map<String, String> settings)
参数
- settings
- Map<String, String>
a Map of app settings
返回
the next stage of the definition