次の方法で共有


IWithDetailedErrorMessages<ParentT>.WithDetailedErrorMessages メソッド

定義

詳細なエラー メッセージを Web アプリから収集するかどうかを指定します。

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)

パラメーター

enabled
Boolean

True の場合、詳細なエラー メッセージを収集する必要があります。

戻り値

適用対象