IWithAppSettings<FluentT>.WithAppSettings Method

Definition

Specifies the app settings for the web app as a Map.

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

Parameters

settings
IDictionary<String,String>

A Map of app settings.

Returns

Applies to