IWithAppSettings<FluentT> Interface

Definition

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