次の方法で共有


IWithAppSettings<FluentT>.WithStickyAppSettings メソッド

定義

Web アプリのアプリ設定をマップとして指定します。 これらのアプリ設定は、スワップ中にスロットに残ります。

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>

アプリ設定のマップ。

戻り値

適用対象