共用方式為


IWithStorageLocationForApplication<ParentT> 介面

定義

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

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

類型參數

ParentT

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

衍生

方法

WithApplicationLogsStoredOnFileSystem()

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

WithApplicationLogsStoredOnStorageBlob(String)

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

適用於