共用方式為


IWithDetailedErrorMessages<ParentT>.WithDetailedErrorMessages 方法

定義

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

public Microsoft.Azure.Management.AppService.Fluent.WebAppDiagnosticLogs.Update.IUpdate<ParentT> WithDetailedErrorMessages (bool enabled);
abstract member WithDetailedErrorMessages : bool -> Microsoft.Azure.Management.AppService.Fluent.WebAppDiagnosticLogs.Update.IUpdate<'ParentT>
Public Function WithDetailedErrorMessages (enabled As Boolean) As IUpdate(Of ParentT)

參數

enabled
Boolean

如果應該收集詳細的錯誤訊息,則為 True。

傳回

適用於