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

IWithAppSettings<FluentT>.WithStickyAppSettings 方法

定义

将 Web 应用的应用设置指定为 Map。 在交换期间,这些应用设置将保留在槽位上。

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)

参数

settings
IDictionary<String,String>

应用设置的映射。

返回

适用于