次の方法で共有


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

定義

Web アプリが停止したときに SCM サイトも停止した場合の設定を許可する Web アプリ定義ステージ。

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

型パラメーター

FluentT

リソースの型。

派生

メソッド

WithScmSiteAlsoStopped(Boolean)

Web アプリが停止したときに SCM サイトも停止するかどうかを指定します。

適用対象