LoadBalancerInboundNatPool.DefinitionStages.WithFrontendPortRange<ParentT> 接口
定义
The stage of an inbound NAT pool definition allowing to specify the frontend port range.
public interface WithFrontendPortRange<ParentT>
类型参数
- ParentT
the stage of the parent definition to return to after attaching this definition
方法
fromFrontendPortRange(int from, int to) |
Specifies the frontend port range to receive network traffic from. |