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_15.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".

custom_host_header_name
str
Required

The name of the header containing the host of the request.

custom_proto_header_name
str
Required

The name of the header containing the scheme of the request.