共用方式為


IWithAttachForWebServerFileSystem<ParentT> 介面

定義

Web 應用程式診斷記錄定義的最後一個階段,以及儲存在檔案系統中的 Web 服務器記錄的額外設定。 在這個階段,您可以指定任何剩餘的選擇性設定,或使用 WithAttach.attach () 將 Web 應用程式診斷記錄定義附加至父 Web 應用程式定義。

public interface IWithAttachForWebServerFileSystem<ParentT> : Microsoft.Azure.Management.AppService.Fluent.WebAppDiagnosticLogs.Definition.IWithAttach<ParentT>, Microsoft.Azure.Management.AppService.Fluent.WebAppDiagnosticLogs.Definition.IWithDetailedErrorMessages<ParentT>, Microsoft.Azure.Management.AppService.Fluent.WebAppDiagnosticLogs.Definition.IWithFailedRequestTracing<ParentT>, Microsoft.Azure.Management.AppService.Fluent.WebAppDiagnosticLogs.Definition.IWithQuota<ParentT>, Microsoft.Azure.Management.AppService.Fluent.WebAppDiagnosticLogs.Definition.IWithRetentionDays<ParentT>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ChildResource.Definition.IInDefinition<ParentT>
type IWithAttachForWebServerFileSystem<'ParentT> = interface
    interface IWithAttach<'ParentT>
    interface IInDefinition<'ParentT>
    interface IWithDetailedErrorMessages<'ParentT>
    interface IWithFailedRequestTracing<'ParentT>
    interface IWithQuota<'ParentT>
    interface IWithRetentionDays<'ParentT>
Public Interface IWithAttachForWebServerFileSystem(Of ParentT)
Implements IInDefinition(Of ParentT), IWithAttach(Of ParentT), IWithDetailedErrorMessages(Of ParentT), IWithFailedRequestTracing(Of ParentT), IWithQuota(Of ParentT), IWithRetentionDays(Of ParentT)

類型參數

ParentT

WithAttach.attach () 的傳回型別。

衍生
實作

方法

Attach()

Web 應用程式診斷記錄定義的最後一個階段,以及儲存在檔案系統中的 Web 服務器記錄的額外設定。 在這個階段,您可以指定任何剩餘的選擇性設定,或使用 WithAttach.attach () 將 Web 應用程式診斷記錄定義附加至父 Web 應用程式定義。

(繼承來源 IInDefinition<ParentT>)
WithDetailedErrorMessages(Boolean)

指定是否應該從 Web 應用程式收集詳細的錯誤訊息。

(繼承來源 IWithDetailedErrorMessages<ParentT>)
WithFailedRequestTracing(Boolean)

指定是否應該收集失敗要求的診斷資訊。

(繼承來源 IWithFailedRequestTracing<ParentT>)
WithLogRetentionDays(Int32)

指定要保留的記錄天數上限。 將會刪除早于此的記錄。

(繼承來源 IWithRetentionDays<ParentT>)
WithUnlimitedLogRetentionDays()

指定在特定時間後將不會刪除記錄。

(繼承來源 IWithRetentionDays<ParentT>)
WithWebServerFileSystemQuotaInMB(Int32)

指定檔案系統上允許的記錄大小上限, (MB) 。

(繼承來源 IWithQuota<ParentT>)

適用於