ApiDiagnosticContract.UpdateStages.WithFrontend Interface

public static interface ApiDiagnosticContract.UpdateStages.WithFrontend

The stage of the apidiagnosticcontract update allowing to specify Frontend.

Method Summary

Modifier and Type Method and Description
abstract Update withFrontend(PipelineDiagnosticSettings frontend)

Specifies frontend.

Method Details

withFrontend

public abstract ApiDiagnosticContract.Update withFrontend(PipelineDiagnosticSettings frontend)

Specifies frontend.

Parameters:

frontend - Diagnostic settings for incoming/outgoing HTTP messages to the Gateway

Returns:

the next update stage

Applies to