Share via


IWithAppSettings<FluentT> Schnittstelle

Definition

Eine Web-App-Definitionsphase, in der App-Einstellungen festgelegt werden können.

public interface IWithAppSettings<FluentT>
type IWithAppSettings<'FluentT> = interface
Public Interface IWithAppSettings(Of FluentT)

Typparameter

FluentT

Der Typ der Ressource.

Abgeleitet

Methoden

WithAppSetting(String, String)

Fügt der Web-App eine App-Einstellung hinzu.

WithAppSettings(IDictionary<String,String>)

Gibt die App-Einstellungen für die Web-App als Zuordnung an.

WithStickyAppSetting(String, String)

Fügt der Web-App eine App-Einstellung hinzu. Diese App-Einstellung wird auch nach einem Austausch des Bereitstellungsslots ausgetauscht.

WithStickyAppSettings(IDictionary<String,String>)

Gibt die App-Einstellungen für die Web-App als Zuordnung an. Diese App-Einstellungen werden auch nach einem Austausch des Bereitstellungsslots ausgetauscht.

Gilt für: