Uses of Class
com.azure.resourcemanager.apimanagement.models.HttpMessageDiagnostic
Packages that use HttpMessageDiagnostic
Package
Description
Package containing the data models for ApiManagementClient.
-
Uses of HttpMessageDiagnostic in com.azure.resourcemanager.apimanagement.models
Methods in com.azure.resourcemanager.apimanagement.models that return HttpMessageDiagnosticModifier and TypeMethodDescriptionstatic HttpMessageDiagnosticHttpMessageDiagnostic.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of HttpMessageDiagnostic from the JsonReader.PipelineDiagnosticSettings.request()Get the request property: Diagnostic settings for request.PipelineDiagnosticSettings.response()Get the response property: Diagnostic settings for response.HttpMessageDiagnostic.withBody(BodyDiagnosticSettings body) Set the body property: Body logging settings.HttpMessageDiagnostic.withDataMasking(DataMasking dataMasking) Set the dataMasking property: Data masking settings.HttpMessageDiagnostic.withHeaders(List<String> headers) Set the headers property: Array of HTTP Headers to log.Methods in com.azure.resourcemanager.apimanagement.models with parameters of type HttpMessageDiagnosticModifier and TypeMethodDescriptionPipelineDiagnosticSettings.withRequest(HttpMessageDiagnostic request) Set the request property: Diagnostic settings for request.PipelineDiagnosticSettings.withResponse(HttpMessageDiagnostic response) Set the response property: Diagnostic settings for response.