Interface DiagnosticContract.UpdateStages.WithFrontend
- All Known Subinterfaces:
DiagnosticContract.Update
- Enclosing interface:
DiagnosticContract.UpdateStages
public static interface DiagnosticContract.UpdateStages.WithFrontend
The stage of the DiagnosticContract update allowing to specify frontend.
-
Method Summary
Modifier and TypeMethodDescriptionwithFrontend(PipelineDiagnosticSettings frontend) Specifies the frontend property: Diagnostic settings for incoming/outgoing HTTP messages to the Gateway..
-
Method Details
-
withFrontend
Specifies the frontend property: Diagnostic settings for incoming/outgoing HTTP messages to the Gateway..- Parameters:
frontend- Diagnostic settings for incoming/outgoing HTTP messages to the Gateway.- Returns:
- the next definition stage.
-