IWithConnectionString<FluentT>.WithStickyConnectionString Metod

Definition

Lägger till en anslutningssträng i webbappen. Den här anslutningssträngen stannar kvar på platsen under ett byte.

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)

Parametrar

name
String

Namnet på anslutningssträngen.

value
String

Värdet för anslutningssträngen.

type
ConnectionStringType

Anslutningssträngens typ.

Returer

Gäller för