Interface DiagnosticContract.DefinitionStages.WithBackend
- All Known Subinterfaces:
DiagnosticContract.Definition,DiagnosticContract.DefinitionStages.WithCreate
- Enclosing interface:
DiagnosticContract.DefinitionStages
public static interface DiagnosticContract.DefinitionStages.WithBackend
The stage of the DiagnosticContract definition 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.
-