Uses of Class
com.azure.resourcemanager.appcontainers.models.ForwardProxy
-
Packages that use ForwardProxy Package Description com.azure.resourcemanager.appcontainers.models 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 ForwardProxy Modifier and Type Method Description ForwardProxy
HttpSettings. forwardProxy()
Get the forwardProxy property: The configuration settings of a forward proxy used to make the requests.ForwardProxy
ForwardProxy. withConvention(ForwardProxyConvention convention)
Set the convention property: The convention used to determine the url of the request made.ForwardProxy
ForwardProxy. withCustomHostHeaderName(String customHostHeaderName)
Set the customHostHeaderName property: The name of the header containing the host of the request.ForwardProxy
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 ForwardProxy Modifier and Type Method Description HttpSettings
HttpSettings. withForwardProxy(ForwardProxy forwardProxy)
Set the forwardProxy property: The configuration settings of a forward proxy used to make the requests.
-