Freigeben über


IWithConnectionString<FluentT>.WithConnectionString Methode

Definition

Fügt der Web-App eine Verbindungszeichenfolge hinzu.

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

Parameter

name
String

Name der Verbindungszeichenfolge:

value
String

Der Wert der Verbindungszeichenfolge.

type
ConnectionStringType

Der Verbindungszeichenfolgentyp.

Gibt zurück

Gilt für: