次の方法で共有


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 の 場合は、アプリの設定がスワップ中にスロットにスティックします。

戻り値

適用対象