Uses of Class
com.azure.resourcemanager.apimanagement.models.PipelineDiagnosticSettings
Packages that use PipelineDiagnosticSettings
Package
Description
Package containing the inner data models for ApiManagementClient.
Package containing the data models for ApiManagementClient.
-
Uses of PipelineDiagnosticSettings in com.azure.resourcemanager.apimanagement.fluent.models
Methods in com.azure.resourcemanager.apimanagement.fluent.models that return PipelineDiagnosticSettingsModifier and TypeMethodDescriptionDiagnosticContractInner.backend()Get the backend property: Diagnostic settings for incoming/outgoing HTTP messages to the Backend.DiagnosticContractProperties.backend()Get the backend property: Diagnostic settings for incoming/outgoing HTTP messages to the Backend.DiagnosticContractUpdateProperties.backend()Get the backend property: Diagnostic settings for incoming/outgoing HTTP messages to the Backend.DiagnosticContractInner.frontend()Get the frontend property: Diagnostic settings for incoming/outgoing HTTP messages to the Gateway.DiagnosticContractProperties.frontend()Get the frontend property: Diagnostic settings for incoming/outgoing HTTP messages to the Gateway.DiagnosticContractUpdateProperties.frontend()Get the frontend property: Diagnostic settings for incoming/outgoing HTTP messages to the Gateway.Methods in com.azure.resourcemanager.apimanagement.fluent.models with parameters of type PipelineDiagnosticSettingsModifier and TypeMethodDescriptionDiagnosticContractInner.withBackend(PipelineDiagnosticSettings backend) Set the backend property: Diagnostic settings for incoming/outgoing HTTP messages to the Backend.DiagnosticContractProperties.withBackend(PipelineDiagnosticSettings backend) Set the backend property: Diagnostic settings for incoming/outgoing HTTP messages to the Backend.DiagnosticContractUpdateProperties.withBackend(PipelineDiagnosticSettings backend) Set the backend property: Diagnostic settings for incoming/outgoing HTTP messages to the Backend.DiagnosticContractInner.withFrontend(PipelineDiagnosticSettings frontend) Set the frontend property: Diagnostic settings for incoming/outgoing HTTP messages to the Gateway.DiagnosticContractProperties.withFrontend(PipelineDiagnosticSettings frontend) Set the frontend property: Diagnostic settings for incoming/outgoing HTTP messages to the Gateway.DiagnosticContractUpdateProperties.withFrontend(PipelineDiagnosticSettings frontend) Set the frontend property: Diagnostic settings for incoming/outgoing HTTP messages to the Gateway. -
Uses of PipelineDiagnosticSettings in com.azure.resourcemanager.apimanagement.models
Methods in com.azure.resourcemanager.apimanagement.models that return PipelineDiagnosticSettingsModifier and TypeMethodDescriptionDiagnosticContract.backend()Gets the backend property: Diagnostic settings for incoming/outgoing HTTP messages to the Backend.DiagnosticUpdateContract.backend()Get the backend property: Diagnostic settings for incoming/outgoing HTTP messages to the Backend.static PipelineDiagnosticSettingsPipelineDiagnosticSettings.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of PipelineDiagnosticSettings from the JsonReader.DiagnosticContract.frontend()Gets the frontend property: Diagnostic settings for incoming/outgoing HTTP messages to the Gateway.DiagnosticUpdateContract.frontend()Get the frontend property: Diagnostic settings for incoming/outgoing HTTP messages to the Gateway.PipelineDiagnosticSettings.withRequest(HttpMessageDiagnostic request) Set the request property: Diagnostic settings for request.PipelineDiagnosticSettings.withResponse(HttpMessageDiagnostic response) Set the response property: Diagnostic settings for response.Methods in com.azure.resourcemanager.apimanagement.models with parameters of type PipelineDiagnosticSettingsModifier and TypeMethodDescriptionDiagnosticContract.DefinitionStages.WithBackend.withBackend(PipelineDiagnosticSettings backend) Specifies the backend property: Diagnostic settings for incoming/outgoing HTTP messages to the Backend.DiagnosticContract.UpdateStages.WithBackend.withBackend(PipelineDiagnosticSettings backend) Specifies the backend property: Diagnostic settings for incoming/outgoing HTTP messages to the Backend.DiagnosticUpdateContract.withBackend(PipelineDiagnosticSettings backend) Set the backend property: Diagnostic settings for incoming/outgoing HTTP messages to the Backend.DiagnosticContract.DefinitionStages.WithFrontend.withFrontend(PipelineDiagnosticSettings frontend) Specifies the frontend property: Diagnostic settings for incoming/outgoing HTTP messages to the Gateway..DiagnosticContract.UpdateStages.WithFrontend.withFrontend(PipelineDiagnosticSettings frontend) Specifies the frontend property: Diagnostic settings for incoming/outgoing HTTP messages to the Gateway..DiagnosticUpdateContract.withFrontend(PipelineDiagnosticSettings frontend) Set the frontend property: Diagnostic settings for incoming/outgoing HTTP messages to the Gateway.