Partager via


IWithConnectionString<FluentT>.WithStickyConnectionString Méthode

Définition

Ajoute une chaîne de connexion à l’application web. Cette chaîne de connexion restera à l’emplacement pendant un échange.

public Microsoft.Azure.Management.AppService.Fluent.WebAppBase.Update.IUpdate<FluentT> WithStickyConnectionString (string name, string value, Microsoft.Azure.Management.AppService.Fluent.Models.ConnectionStringType type);
abstract member WithStickyConnectionString : string * string * Microsoft.Azure.Management.AppService.Fluent.Models.ConnectionStringType -> Microsoft.Azure.Management.AppService.Fluent.WebAppBase.Update.IUpdate<'FluentT>
Public Function WithStickyConnectionString (name As String, value As String, type As ConnectionStringType) As IUpdate(Of FluentT)

Paramètres

name
String

Nom de la chaîne de connexion.

value
String

Valeur de la chaîne de connexion.

type
ConnectionStringType

Type de chaîne de connexion.

Retours

S’applique à