IWithDetailedErrorMessages<ParentT>.WithDetailedErrorMessages Method

Definition

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

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)

Parameters

enabled
Boolean

True if detailed error messages should be gathered.

Returns

Applies to