Interface LoadBalancerInboundNatPool.UpdateDefinitionStages.WithFrontendPortRange<ParentT>

Type Parameters:
ParentT - the stage of the parent definition to return to after attaching this definition
All Known Subinterfaces:
LoadBalancerInboundNatPool.UpdateDefinition<ParentT>
Enclosing interface:
LoadBalancerInboundNatPool.UpdateDefinitionStages

public static interface LoadBalancerInboundNatPool.UpdateDefinitionStages.WithFrontendPortRange<ParentT>
The stage of an inbound NAT pool definition allowing to specify the frontend port range.
  • Method Details

    • fromFrontendPortRange

      LoadBalancerInboundNatPool.UpdateDefinitionStages.WithAttach<ParentT> fromFrontendPortRange(int from, int to)
      Specified the frontend port range.
      Parameters:
      from - the starting port number, between 1 and 65534
      to - the ending port number, greater than the starting port number and no more than 65534
      Returns:
      the next stage of the definition