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
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java