FluentT
- the type of the resourcepublic static interface WebAppBase.UpdateStages.WithAppSettings<FluentT>
Modifier and Type | Method and Description |
---|---|
WebAppBase.Update<FluentT> |
withAppSetting(String key,
String value)
Adds an app setting to the web app.
|
WebAppBase.Update<FluentT> |
withAppSettings(Map<String,String> settings)
Specifies the app settings for the web app as a
Map . |
WebAppBase.Update<FluentT> |
withAppSettingStickiness(String key,
boolean sticky)
Changes the stickiness of an app setting.
|
WebAppBase.Update<FluentT> |
withoutAppSetting(String key)
Removes an app setting from the web app.
|
WebAppBase.Update<FluentT> |
withStickyAppSetting(String key,
String value)
Adds an app setting to the web app.
|
WebAppBase.Update<FluentT> |
withStickyAppSettings(Map<String,String> settings)
Specifies the app settings for the web app as a
Map . |
WebAppBase.Update<FluentT> withAppSetting(String key, String value)
key
- the key for the app settingvalue
- the value for the app settingWebAppBase.Update<FluentT> withAppSettings(Map<String,String> settings)
Map
.settings
- a Map
of app settingsWebAppBase.Update<FluentT> withStickyAppSetting(String key, String value)
key
- the key for the app settingvalue
- the value for the app settingWebAppBase.Update<FluentT> withStickyAppSettings(Map<String,String> settings)
Map
. These app settings
will stay at the slot during a swap.settings
- a Map
of app settingsWebAppBase.Update<FluentT> withoutAppSetting(String key)
key
- the key of the app setting to removeWebAppBase.Update<FluentT> withAppSettingStickiness(String key, boolean sticky)
key
- the key of the app setting to change stickinesssticky
- true if the app setting sticks to the slot during a swapCopyright © 2019. All rights reserved.