共用方式為


IWithStorageLocationForWebServer<ParentT> 介面

定義

允許指定 Web 服務器記錄儲存位置的 Web 應用程式診斷記錄更新。

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

類型參數

ParentT

附加此更新之後要傳回之父更新的階段。

衍生

方法

WithoutWebServerLogsStoredOnFileSystem()

停止儲存在檔案系統上的網頁伺服器記錄。

WithoutWebServerLogsStoredOnStorageBlob()

停止儲存在儲存體 Blob 中的 Web 服務器記錄。

WithWebServerLogsStoredOnFileSystem()

指定要在檔案系統上之 Web 服務器記錄的儲存位置。

WithWebServerLogsStoredOnStorageBlob(String)

指定要在儲存體 Blob 中開啟之 Web 服務器記錄的儲存體位置。

適用於