IWithAttachForApplicationStorage<ParentT> 介面
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
Web 應用程式診斷記錄更新的最後一個階段,以及儲存在儲存體 Blob 中的應用程式記錄的額外設定。 在這個階段,您可以指定任何剩餘的選擇性設定,或使用 Update.parent () 將 Web 應用程式診斷記錄更新附加至父 Web 應用程式更新。
public interface IWithAttachForApplicationStorage<ParentT> : Microsoft.Azure.Management.AppService.Fluent.WebAppDiagnosticLogs.Update.IUpdate<ParentT>, Microsoft.Azure.Management.AppService.Fluent.WebAppDiagnosticLogs.Update.IWithDetailedErrorMessages<ParentT>, Microsoft.Azure.Management.AppService.Fluent.WebAppDiagnosticLogs.Update.IWithFailedRequestTracing<ParentT>, Microsoft.Azure.Management.AppService.Fluent.WebAppDiagnosticLogs.Update.IWithRetentionDays<ParentT>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ChildResourceActions.ISettable<ParentT>
type IWithAttachForApplicationStorage<'ParentT> = interface
interface IUpdate<'ParentT>
interface ISettable<'ParentT>
interface IWithDetailedErrorMessages<'ParentT>
interface IWithFailedRequestTracing<'ParentT>
interface IWithRetentionDays<'ParentT>
Public Interface IWithAttachForApplicationStorage(Of ParentT)
Implements ISettable(Of ParentT), IUpdate(Of ParentT), IWithDetailedErrorMessages(Of ParentT), IWithFailedRequestTracing(Of ParentT), IWithRetentionDays(Of ParentT)
類型參數
- ParentT
Update.parent () 的傳回型別。
- 衍生
- 實作
方法
Parent() |
Web 應用程式診斷記錄更新的最後一個階段,以及儲存在儲存體 Blob 中的應用程式記錄的額外設定。 在這個階段,您可以指定任何剩餘的選擇性設定,或使用 Update.parent () 將 Web 應用程式診斷記錄更新附加至父 Web 應用程式更新。 (繼承來源 ISettable<ParentT>) |
WithDetailedErrorMessages(Boolean) |
指定是否應該從 Web 應用程式收集詳細的錯誤訊息。 (繼承來源 IWithDetailedErrorMessages<ParentT>) |
WithFailedRequestTracing(Boolean) |
指定是否應該收集失敗要求的診斷資訊。 (繼承來源 IWithFailedRequestTracing<ParentT>) |
WithLogRetentionDays(Int32) |
指定要保留的記錄天數上限。 將會刪除早于此的記錄。 (繼承來源 IWithRetentionDays<ParentT>) |
WithUnlimitedLogRetentionDays() |
指定記錄不會在一段時間後刪除。 (繼承來源 IWithRetentionDays<ParentT>) |