IWithConnectionString<FluentT> Interface

Definition

A web app update 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.

WithConnectionStringStickiness(String, Boolean)

Changes the stickiness of a connection string.

WithoutConnectionString(String)

Removes a connection string from the web app.

WithStickyConnectionString(String, String, ConnectionStringType)

Adds a connection string to the web app. This connection string will stay at the slot during a swap.

Applies to