Dela via


IWithConnectionString<FluentT>.WithConnectionString Metod

Definition

Lägger till en anslutningssträng i webbappen.

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

Parametrar

name
String

Namnet på anslutningssträngen.

value
String

Värdet för anslutningssträngen.

type
ConnectionStringType

Typ av anslutningssträng.

Returer

Gäller för