FluentT
- the type of the resourcepublic static interface WebAppBase.DefinitionStages.WithAppSettings<FluentT>
Modifier and Type | Method and Description |
---|---|
WebAppBase.DefinitionStages.WithCreate<FluentT> |
withAppSetting(String key,
String value)
Adds an app setting to the web app.
|
WebAppBase.DefinitionStages.WithCreate<FluentT> |
withAppSettings(Map<String,String> settings)
Specifies the app settings for the web app as a
Map . |
WebAppBase.DefinitionStages.WithCreate<FluentT> |
withStickyAppSetting(String key,
String value)
Adds an app setting to the web app.
|
WebAppBase.DefinitionStages.WithCreate<FluentT> |
withStickyAppSettings(Map<String,String> settings)
Specifies the app settings for the web app as a
Map . |
WebAppBase.DefinitionStages.WithCreate<FluentT> withAppSetting(String key, String value)
key
- the key for the app settingvalue
- the value for the app settingWebAppBase.DefinitionStages.WithCreate<FluentT> withAppSettings(Map<String,String> settings)
Map
.settings
- a Map
of app settingsWebAppBase.DefinitionStages.WithCreate<FluentT> withStickyAppSetting(String key, String value)
key
- the key for the app settingvalue
- the value for the app settingWebAppBase.DefinitionStages.WithCreate<FluentT> withStickyAppSettings(Map<String,String> settings)
Map
. These app settings will be swapped
as well after a deployment slot swap.settings
- a Map
of app settingsCopyright © 2019. All rights reserved.