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


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

Определение

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

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

Параметры

key
String

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

value
String

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

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

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