WebAppBase.DefinitionStages.WithAppSettings<FluentT> Interface
Type Parameters
- FluentT
the type of the resource
public interface WithAppSettings
A web app definition stage allowing app settings to be set.
Method Summary
Modifier and Type | Method and Description |
---|---|
Web |
withAppSetting(String key, String value)
Adds an app setting to the web app. |
Web |
withAppSettings(Map<String, String> settings)
Specifies the app settings for the web app as a Map. |
Web |
withStickyAppSetting(String key, String value)
Adds an app setting to the web app. This app setting will be swapped as well after a deployment slot swap. |
Web |
withStickyAppSettings(Map<String, String> settings)
Specifies the app settings for the web app as a Map. These app settings will be swapped as well after a deployment slot swap. |
Method Details
withAppSetting
public WithCreate
Adds an app setting to the web app.
Parameters:
Returns:
withAppSettings
public WithCreate
Specifies the app settings for the web app as a Map.
Parameters:
Returns:
withStickyAppSetting
public WithCreate
Adds an app setting to the web app. This app setting will be swapped as well after a deployment slot swap.
Parameters:
Returns:
withStickyAppSettings
public WithCreate
Specifies the app settings for the web app as a Map. These app settings will be swapped as well after a deployment slot swap.
Parameters:
Returns:
Applies to
Azure SDK for Java