IWithAppSettings<FluentT>.WithAppSettingStickiness Method

Definition

Changes the stickiness of an app setting.

public Microsoft.Azure.Management.AppService.Fluent.WebAppBase.Update.IUpdate<FluentT> WithAppSettingStickiness (string key, bool sticky);
abstract member WithAppSettingStickiness : string * bool -> Microsoft.Azure.Management.AppService.Fluent.WebAppBase.Update.IUpdate<'FluentT>
Public Function WithAppSettingStickiness (key As String, sticky As Boolean) As IUpdate(Of FluentT)

Parameters

key
String

The key of the app setting to change stickiness.

sticky
Boolean

True if the app setting sticks to the slot during a swap.

Returns

Applies to