Share via


IWithConnectionString<FluentT>.WithStickyConnectionString Methode

Definition

Fügt der Web-App eine Verbindungszeichenfolge hinzu. Diese Verbindungszeichenfolge wird auch nach einem Austausch des Bereitstellungsslots ausgetauscht.

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)

Parameter

name
String

Name der Verbindungszeichenfolge:

value
String

Der Wert der Verbindungszeichenfolge.

type
ConnectionStringType

Der Verbindungszeichenfolgentyp.

Gibt zurück

Gilt für: