IWithDetailedErrorMessages<ParentT>.WithDetailedErrorMessages Method

Definition

Specifies if detailed error messages should be gathered from the web app.

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

Parameters

enabled
Boolean

True if detailed error messages should be gathered.

Returns

Applies to