Sdílet prostřednictvím


IWithAppSettings<FluentT>.WithStickyAppSetting(String, String) Metoda

Definice

Přidá do webové aplikace nastavení aplikace. Toto nastavení aplikace zůstane během prohození ve slotu.

public Microsoft.Azure.Management.AppService.Fluent.WebAppBase.Update.IUpdate<FluentT> WithStickyAppSetting (string key, string value);
abstract member WithStickyAppSetting : string * string -> Microsoft.Azure.Management.AppService.Fluent.WebAppBase.Update.IUpdate<'FluentT>
Public Function WithStickyAppSetting (key As String, value As String) As IUpdate(Of FluentT)

Parametry

key
String

Klíč pro nastavení aplikace.

value
String

Hodnota nastavení aplikace.

Návraty

Platí pro