你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
NatRulePortMapping Class
Individual port mappings for inbound NAT rule created for backend pool.
- Inheritance
-
azure.mgmt.network._serialization.ModelNatRulePortMapping
Constructor
NatRulePortMapping(*, inbound_nat_rule_name: str | None = None, frontend_port: int | None = None, backend_port: int | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
inbound_nat_rule_name
|
Name of inbound NAT rule. |
frontend_port
|
Frontend port. |
backend_port
|
Backend port. |
Variables
Name | Description |
---|---|
inbound_nat_rule_name
|
Name of inbound NAT rule. |
frontend_port
|
Frontend port. |
backend_port
|
Backend port. |