次の方法で共有


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

定義

アプリ設定を Web アプリに追加します。 このアプリ設定は、デプロイ スロットのスワップ後にもスワップされます。

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

パラメーター

key
String

アプリ設定のキー。

value
String

アプリ設定の値。

戻り値

適用対象