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
Colaborar con nosotros en GitHub
El origen de este contenido se puede encontrar en GitHub, donde también puede crear y revisar problemas y solicitudes de incorporación de cambios. Para más información, consulte nuestra guía para colaboradores.
Azure SDK for Java