Sdílet prostřednictvím


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

Definice

Přidá do webové aplikace nastavení aplikace. Toto nastavení aplikace se prohodí i po prohození slotu nasazení.

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

Parametry

key
String

Klíč pro nastavení aplikace.

value
String

Hodnota nastavení aplikace.

Návraty

Platí pro