次の方法で共有


IWithStorageLocationForWebServer<ParentT> インターフェイス

定義

Web サーバー ログの保存場所を指定できる Web アプリ診断ログ定義。

public interface IWithStorageLocationForWebServer<ParentT>
type IWithStorageLocationForWebServer<'ParentT> = interface
Public Interface IWithStorageLocationForWebServer(Of ParentT)

型パラメーター

ParentT

この定義をアタッチした後に戻る親定義のステージ。

派生

メソッド

WithWebServerLogsStoredOnFileSystem()

ファイル システム上の Web サーバー ログの保存場所を指定します。

WithWebServerLogsStoredOnStorageBlob(String)

ストレージ BLOB 内の Web サーバー ログの保存場所を指定します。

適用対象