Freigeben über


IWithAppSettings<FluentT>.WithAppSettingStickiness Methode

Definition

Ändert die Klebigkeit einer App-Einstellung.

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

Parameter

key
String

Der Schlüssel der App-Einstellung, um die Haftfähigkeit zu ändern.

sticky
Boolean

True, wenn die App-Einstellung während eines Austauschs im Slot bleibt.

Gibt zurück

Gilt für: