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


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

Определение

Добавляет параметр приложения в веб-приложение. Этот параметр приложения останется в слоте во время переключения.

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

Параметры

key
String

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

value
String

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

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

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