次の方法で共有


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

定義

アプリケーション ログの保存場所を指定できる Web アプリ診断ログ定義。

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

型パラメーター

ParentT

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

派生

メソッド

WithApplicationLogsStoredOnFileSystem()

ファイル システム上のアプリケーション ログの保存場所を指定します。

WithApplicationLogsStoredOnStorageBlob(String)

ストレージ BLOB 内のアプリケーション ログの保存場所を指定します。

適用対象