ForwardProxy クラス
要求を行うために使用される転送プロキシの構成設定。
- 継承
-
azure.mgmt.web._serialization.ModelForwardProxy
コンストラクター
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
|
要求のホストを含むヘッダーの名前。 |
custom_proto_header_name
|
要求のスキームを含むヘッダーの名前。 |
変数
名前 | 説明 |
---|---|
convention
|
要求の URL を決定するために使用される規則。 既知の値は、"NoProxy"、"Standard"、および "Custom" です。 |
custom_host_header_name
|
要求のホストを含むヘッダーの名前。 |
custom_proto_header_name
|
要求のスキームを含むヘッダーの名前。 |
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for Python