IWithAppSettings<FluentT>.WithStickyAppSetting(String, String) Method

Definition

Adds an app setting to the web app. This app setting will be swapped as well after a deployment slot swap.

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)

Parameters

key
String

The key for the app setting.

value
String

The value for the app setting.

Returns

Applies to