Partager via


IWithConnectionString<FluentT>.WithConnectionStringStickiness Méthode

Définition

Modifie l’adhérence d’une chaîne de connexion.

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)

Paramètres

name
String

Nom de la chaîne de connexion.

sticky
Boolean

True si la chaîne de connexion s’en tient à l’emplacement pendant un échange.

Retours

S’applique à