IWithConnectionString<FluentT>.WithStickyConnectionString Metod

Definition

Lägger till en anslutningssträng i webbappen. Den här anslutningssträngen växlas också efter ett byte av distributionsfack.

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)

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