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


IWithAppSettings<FluentT>.WithStickyAppSettings Метод

Определение

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

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

Параметры

settings
IDictionary<String,String>

Карта параметров приложения.

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

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