Uses of Class
com.azure.resourcemanager.appcontainers.models.ForwardProxy
Packages that use ForwardProxy
Package
Description
Package containing the data models for ContainerAppsApiClient.
-
Uses of ForwardProxy in com.azure.resourcemanager.appcontainers.models
Methods in com.azure.resourcemanager.appcontainers.models that return ForwardProxyModifier and TypeMethodDescriptionHttpSettings.forwardProxy()Get the forwardProxy property: The configuration settings of a forward proxy used to make the requests.static ForwardProxyForwardProxy.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ForwardProxy from the JsonReader.ForwardProxy.withConvention(ForwardProxyConvention convention) Set the convention property: The convention used to determine the url of the request made.ForwardProxy.withCustomHostHeaderName(String customHostHeaderName) Set the customHostHeaderName property: The name of the header containing the host of the request.ForwardProxy.withCustomProtoHeaderName(String customProtoHeaderName) Set the customProtoHeaderName property: The name of the header containing the scheme of the request.Methods in com.azure.resourcemanager.appcontainers.models with parameters of type ForwardProxyModifier and TypeMethodDescriptionHttpSettings.withForwardProxy(ForwardProxy forwardProxy) Set the forwardProxy property: The configuration settings of a forward proxy used to make the requests.