IWithConnectionString<FluentT>.WithStickyConnectionString Method

Definition

Adds a connection string to the web app. This connection string will be swapped as well after a deployment slot swap.

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)

Parameters

name
String

The name of the connection string.

value
String

The connection string value.

type
ConnectionStringType

The connection string type.

Returns

Applies to