共用方式為


IWithoutStorageLocationForApplication<ParentT> 介面

定義

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

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

類型參數

ParentT

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

衍生

方法

WithoutApplicationLogsStoredOnFileSystem()

停止將應用程式記錄儲存在檔案系統上。

WithoutApplicationLogsStoredOnStorageBlob()

停止將應用程式記錄儲存在儲存體 Blob 中。

適用於