Uses of Class
com.azure.resourcemanager.appservice.models.ForwardProxy
-
Packages that use ForwardProxy Package Description com.azure.resourcemanager.appservice.models Package containing the data models for WebSiteManagementClient. -
-
Uses of ForwardProxy in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return ForwardProxy Modifier and Type Method Description ForwardProxyHttpSettings. forwardProxy()Get the forwardProxy property: The configuration settings of a forward proxy used to make the requests.ForwardProxyForwardProxy. withConvention(ForwardProxyConvention convention)Set the convention property: The convention used to determine the url of the request made.ForwardProxyForwardProxy. withCustomHostHeaderName(String customHostHeaderName)Set the customHostHeaderName property: The name of the header containing the host of the request.ForwardProxyForwardProxy. withCustomProtoHeaderName(String customProtoHeaderName)Set the customProtoHeaderName property: The name of the header containing the scheme of the request.Methods in com.azure.resourcemanager.appservice.models with parameters of type ForwardProxy Modifier and Type Method Description HttpSettingsHttpSettings. withForwardProxy(ForwardProxy forwardProxy)Set the forwardProxy property: The configuration settings of a forward proxy used to make the requests.
-