共用方式為


IWithStorageLocationForApplication<ParentT> 介面

定義

允許指定應用程式記錄儲存位置的 Web 應用程式診斷記錄定義。

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

類型參數

ParentT

附加此定義之後要傳回之父定義的階段。

衍生

方法

WithApplicationLogsStoredOnFileSystem()

指定要在檔案系統上之應用程式記錄的儲存位置。

WithApplicationLogsStoredOnStorageBlob(String)

指定要在儲存體 Blob 中開啟之應用程式記錄的儲存體位置。

適用於