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


IWithAppSettings<FluentT>.WithAppSettings Метод

Определение

Задает параметры веб-приложения в виде карты.

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

Параметры

settings
IDictionary<String,String>

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

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

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