你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
ExplicitProxy Class
Explicit Proxy Settings in Firewall Policy.
- Inheritance
-
azure.mgmt.network._serialization.ModelExplicitProxy
Constructor
ExplicitProxy(*, enable_explicit_proxy: bool | None = None, http_port: int | None = None, https_port: int | None = None, enable_pac_file: bool | None = None, pac_file_port: int | None = None, pac_file: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
enable_explicit_proxy
|
When set to true, explicit proxy mode is enabled. |
http_port
|
Port number for explicit proxy http protocol, cannot be greater than 64000. |
https_port
|
Port number for explicit proxy https protocol, cannot be greater than 64000. |
enable_pac_file
|
When set to true, pac file port and url needs to be provided. |
pac_file_port
|
Port number for firewall to serve PAC file. |
pac_file
|
SAS URL for PAC file. |
Variables
Name | Description |
---|---|
enable_explicit_proxy
|
When set to true, explicit proxy mode is enabled. |
http_port
|
Port number for explicit proxy http protocol, cannot be greater than 64000. |
https_port
|
Port number for explicit proxy https protocol, cannot be greater than 64000. |
enable_pac_file
|
When set to true, pac file port and url needs to be provided. |
pac_file_port
|
Port number for firewall to serve PAC file. |
pac_file
|
SAS URL for PAC file. |