WebAppBase.UpdateStages.WithAppSettings<FluentT>.withStickyAppSetting(String key, String value) 方法
定义
Adds an app setting to the web app. This app setting will stay at the slot during a swap.
public Update<FluentT> withStickyAppSetting(String key, String value)
参数
- key
- String
the key for the app setting
- value
- String
the value for the app setting
返回
WebAppBase.Update<FluentT>
the next stage of the web app update