IWithStorageLocationForWebServer<ParentT> 介面
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
允許指定 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 服務器記錄的儲存體位置。 |