Поделиться через


IWithAppSettings<FluentT>.WithAppSetting(String, String) Метод

Определение

Добавляет параметр приложения в веб-приложение.

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

Параметры

key
String

Ключ для параметра приложения.

value
String

Значение параметра приложения.

Возвращаемое значение

Применяется к