IWithAppSettings<FluentT> Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A web app update stage allowing app settings to be set.
public interface IWithAppSettings<FluentT>
type IWithAppSettings<'FluentT> = interface
Public Interface IWithAppSettings(Of FluentT)
Type Parameters
- FluentT
The type of the resource.
- Derived
Methods
WithAppSetting(String, String) |
Adds an app setting to the web app. |
WithAppSettings(IDictionary<String,String>) |
Specifies the app settings for the web app as a Map. |
WithAppSettingStickiness(String, Boolean) |
Changes the stickiness of an app setting. |
WithoutAppSetting(String) |
Removes an app setting from the web app. |
WithStickyAppSetting(String, String) |
Adds an app setting to the web app. This app setting will stay at the slot during a swap. |
WithStickyAppSettings(IDictionary<String,String>) |
Specifies the app settings for the web app as a Map. These app settings will stay at the slot during a swap. |
Applies to
Azure SDK for .NET