次の方法で共有


IWithConnectionString<FluentT> インターフェイス

定義

接続文字列を設定できる Web アプリ定義ステージ。

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

型パラメーター

FluentT

リソースの型。

派生

メソッド

WithConnectionString(String, String, ConnectionStringType)

Web アプリに接続文字列を追加します。

WithStickyConnectionString(String, String, ConnectionStringType)

Web アプリに接続文字列を追加します。 この接続文字列は、デプロイ スロットのスワップ後もスワップされます。

適用対象