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
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for Java