共用方式為


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

應用程式設定的值。

傳回

適用於