IWithAppSettings<FluentT>.WithStickyAppSettings Method

Definition

Specifies the app settings for the web app as a Map. These app settings will be swapped as well after a deployment slot swap.

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)

Parameters

settings
IDictionary<String,String>

A Map of app settings.

Returns

Applies to