IWithConnectionString<FluentT> Interface

Definition

A web app definition stage allowing connection strings to be set.

public interface IWithConnectionString<FluentT>
type IWithConnectionString<'FluentT> = interface
Public Interface IWithConnectionString(Of FluentT)

Type Parameters

FluentT

The type of the resource.

Derived

Methods

WithConnectionString(String, String, ConnectionStringType)

Adds a connection string to the web app.

WithStickyConnectionString(String, String, ConnectionStringType)

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

Applies to