次の方法で共有


IWithAppSettings<FluentT>.WithStickyAppSetting(String, String) メソッド

定義

アプリ設定を Web アプリに追加します。 このアプリ設定は、スワップ中にスロットに留まります。

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

パラメーター

key
String

アプリ設定のキー。

value
String

アプリ設定の値。

戻り値

適用対象