Freigeben über


IWithConnectionString<FluentT>.WithConnectionStringStickiness Methode

Definition

Ändert die Klebigkeit einer Verbindungszeichenfolge.

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)

Parameter

name
String

Name der Verbindungszeichenfolge:

sticky
Boolean

True, wenn die Verbindungszeichenfolge während eines Tauschs an den Slot klebt.

Gibt zurück

Gilt für: