Share via


IWithAppSettings<FluentT>.WithStickyAppSettings Methode

Definition

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

public Microsoft.Azure.Management.AppService.Fluent.WebAppBase.Definition.IWithCreate<FluentT> WithStickyAppSettings (System.Collections.Generic.IDictionary<string,string> settings);
abstract member WithStickyAppSettings : System.Collections.Generic.IDictionary<string, string> -> Microsoft.Azure.Management.AppService.Fluent.WebAppBase.Definition.IWithCreate<'FluentT>
Public Function WithStickyAppSettings (settings As IDictionary(Of String, String)) As IWithCreate(Of FluentT)

Parameter

settings
IDictionary<String,String>

Eine Zuordnung von App-Einstellungen.

Gibt zurück

Gilt für: