共用方式為


IWithAppSettings<FluentT>.WithAppSettings 方法

定義

將 Web 應用程式的應用程式設定指定為地圖。

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

參數

settings
IDictionary<String,String>

應用程式設定的對應。

傳回

適用於