Freigeben über


IWithAppSettings<FluentT>.WithStickyAppSettings Methode

Definition

Gibt die App-Einstellungen für die Web-App als Zuordnung an. Diese App-Einstellungen bleiben während eines Tauschs am Slot.

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

Parameter

settings
IDictionary<String,String>

Eine Zuordnung von App-Einstellungen.

Gibt zurück

Gilt für: