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