WebAppBase.DefinitionStages.WithAppSettings<FluentT>.withAppSetting(String key, String value) 方法
定义
Adds an app setting to the web app.
public WithCreate<FluentT> withAppSetting(String key, String value)
参数
- key
- String
the key for the app setting
- value
- String
the value for the app setting
返回
the next stage of the definition