你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IWithAppSettings<FluentT>.WithAppSettingStickiness 方法

定义

更改应用设置的粘性。

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)

参数

key
String

更改粘性的应用设置的键。

sticky
Boolean

如果应用设置在交换期间停留在槽位上,则其值为 True。

返回

适用于