WebAppDiagnosticLogs.UpdateStages.WithFailedRequestTracing<ParentT> Interface

Type Parameters

ParentT

the stage of the parent update to return to after attaching this update

public static interface WebAppDiagnosticLogs.UpdateStages.WithFailedRequestTracing

A web app diagnostic log update allowing failed request tracing to be specified.

Method Summary

Modifier and Type Method and Description
abstract Update<ParentT> withFailedRequestTracing(boolean enabled)

Specifies if diagnostic information on failed requests should be gathered.

Method Details

withFailedRequestTracing

public abstract WebAppDiagnosticLogs.UpdateStages.Update withFailedRequestTracing(boolean enabled)

Specifies if diagnostic information on failed requests should be gathered.

Parameters:

enabled - true if diagnostic information on failed requests should be gathered

Returns:

the next stage of the update

Applies to