IWithConnectionString<FluentT>.WithConnectionStringStickiness(String, Boolean) Method
Definition
Changes the stickiness of a connection string.
public Microsoft.Azure.Management.AppService.Fluent.WebAppBase.Update.IUpdate<FluentT> WithConnectionStringStickiness (string name, bool sticky);
abstract member WithConnectionStringStickiness : string * bool -> Microsoft.Azure.Management.AppService.Fluent.WebAppBase.Update.IUpdate<'FluentT>
Public Function WithConnectionStringStickiness (name As String, sticky As Boolean) As IUpdate(Of FluentT)
Parameters
- name
- String
The name of the connection string.
- sticky
- Boolean
True if the connection string sticks to the slot during a swap.