次の方法で共有


IWithAppSettings<FluentT>.WithAppSettings メソッド

定義

Web アプリのアプリ設定をマップとして指定します。

public Microsoft.Azure.Management.AppService.Fluent.WebAppBase.Update.IUpdate<FluentT> WithAppSettings (System.Collections.Generic.IDictionary<string,string> settings);
abstract member WithAppSettings : System.Collections.Generic.IDictionary<string, string> -> Microsoft.Azure.Management.AppService.Fluent.WebAppBase.Update.IUpdate<'FluentT>
Public Function WithAppSettings (settings As IDictionary(Of String, String)) As IUpdate(Of FluentT)

パラメーター

settings
IDictionary<String,String>

アプリ設定のマップ。

戻り値

適用対象