IWithDetailedErrorMessages<ParentT>.WithDetailedErrorMessages 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
指定是否應該從 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。