Compartilhar via


NatRulePortMapping Class

Individual port mappings for inbound NAT rule created for backend pool.

Inheritance
azure.mgmt.network._serialization.Model
NatRulePortMapping

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
str

Name of inbound NAT rule.

frontend_port
int

Frontend port.

backend_port
int

Backend port.

Variables

Name Description
inbound_nat_rule_name
str

Name of inbound NAT rule.

frontend_port
int

Frontend port.

backend_port
int

Backend port.