次の方法で共有


ForwardProxy クラス

要求を行うために使用される転送プロキシの構成設定。

継承
azure.mgmt.web._serialization.Model
ForwardProxy

コンストラクター

ForwardProxy(*, convention: str | _models.ForwardProxyConvention | None = None, custom_host_header_name: str | None = None, custom_proto_header_name: str | None = None, **kwargs: Any)

キーワードのみのパラメーター

名前 説明
convention

要求の URL を決定するために使用される規則。 既知の値は、"NoProxy"、"Standard"、および "Custom" です。

custom_host_header_name
str

要求のホストを含むヘッダーの名前。

custom_proto_header_name
str

要求のスキームを含むヘッダーの名前。

変数

名前 説明
convention

要求の URL を決定するために使用される規則。 既知の値は、"NoProxy"、"Standard"、および "Custom" です。

custom_host_header_name
str

要求のホストを含むヘッダーの名前。

custom_proto_header_name
str

要求のスキームを含むヘッダーの名前。