ForwardProxy Class
The configuration settings of a forward proxy used to make the requests.
- Inheritance
-
ForwardProxy
Constructor
ForwardProxy(*, convention: Optional[Union[str, azure.mgmt.web.v2021_01_01.models._web_site_management_client_enums.ForwardProxyConvention]] = None, custom_host_header_name: Optional[str] = None, custom_proto_header_name: Optional[str] = None, **kwargs)
Parameters
- convention
- str or ForwardProxyConvention
Required
The convention used to determine the url of the request made. Possible values include: "NoProxy", "Standard", "Custom".
Feedback
Submit and view feedback for