Share via


PipelineDiagnosticSettings Class

  • java.lang.Object
    • com.microsoft.azure.management.apimanagement.v2019_01_01.PipelineDiagnosticSettings

public class PipelineDiagnosticSettings

Diagnostic settings for incoming/outgoing HTTP messages to the Gateway.

Constructor Summary

Constructor Description
PipelineDiagnosticSettings()

Method Summary

Modifier and Type Method and Description
HttpMessageDiagnostic request()

Get diagnostic settings for request.

HttpMessageDiagnostic response()

Get diagnostic settings for response.

PipelineDiagnosticSettings withRequest(HttpMessageDiagnostic request)

Set diagnostic settings for request.

PipelineDiagnosticSettings withResponse(HttpMessageDiagnostic response)

Set diagnostic settings for response.

Methods inherited from java.lang.Object

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

Constructor Details

PipelineDiagnosticSettings

public PipelineDiagnosticSettings()

Method Details

request

public HttpMessageDiagnostic request()

Get diagnostic settings for request.

Returns:

the request value

response

public HttpMessageDiagnostic response()

Get diagnostic settings for response.

Returns:

the response value

withRequest

public PipelineDiagnosticSettings withRequest(HttpMessageDiagnostic request)

Set diagnostic settings for request.

Parameters:

request - the request value to set

Returns:

the PipelineDiagnosticSettings object itself.

withResponse

public PipelineDiagnosticSettings withResponse(HttpMessageDiagnostic response)

Set diagnostic settings for response.

Parameters:

response - the response value to set

Returns:

the PipelineDiagnosticSettings object itself.

Applies to