次の方法で共有


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

定義

アプリ設定を Web アプリに追加します。

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

パラメーター

key
String

アプリ設定のキー。

value
String

アプリ設定の値。

戻り値

適用対象