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 definition 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. |
WithStickyAppSetting(String, String) |
Adds an app setting to the web app. This app setting will be swapped as well after a deployment slot swap. |
WithStickyAppSettings(IDictionary<String,String>) |
Specifies the app settings for the web app as a Map. These app settings will be swapped as well after a deployment slot swap. |
Applies to
Azure SDK for .NET