Sdílet prostřednictvím


IWithConnectionString<FluentT>.WithStickyConnectionString Metoda

Definice

Přidá do webové aplikace připojovací řetězec. Tento připojovací řetězec se prohodí také po prohození slotu nasazení.

public Microsoft.Azure.Management.AppService.Fluent.WebAppBase.Definition.IWithCreate<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.Definition.IWithCreate<'FluentT>
Public Function WithStickyConnectionString (name As String, value As String, type As ConnectionStringType) As IWithCreate(Of FluentT)

Parametry

name
String

Název připojovacího řetězce.

value
String

Hodnota připojovacího řetězce.

type
ConnectionStringType

Typ připojovacího řetězce.

Návraty

Platí pro