WebAppBase.DefinitionStages.WithAppSettings<FluentT> Interface
Type Parameters
- FluentT
the type of the resource
public static interface WebAppBase.DefinitionStages.WithAppSettings
A web app definition stage allowing app settings to be set.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract
With |
withAppSetting(String key, String value)
Adds an app setting to the web app. |
abstract
With |
withAppSettings(Map<String,String> settings)
Specifies the app settings for the web app as a Map. |
abstract
With |
withStickyAppSetting(String key, String value)
Adds an app setting to the web app. |
abstract
With |
withStickyAppSettings(Map<String,String> settings)
Specifies the app settings for the web app as a Map. |
Method Details
withAppSetting
public abstract WebAppBase.DefinitionStages.WithCreate
Adds an app setting to the web app.
Parameters:
Returns:
withAppSettings
public abstract WebAppBase.DefinitionStages.WithCreate
Specifies the app settings for the web app as a Map.
Parameters:
Returns:
withStickyAppSetting
public abstract WebAppBase.DefinitionStages.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 abstract WebAppBase.DefinitionStages.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