LoadBalancerInboundNatPool.UpdateStages.WithFrontendPortRange Interface

public static interface LoadBalancerInboundNatPool.UpdateStages.WithFrontendPortRange

The stage of an inbound NAT pool update allowing to specify the frontend port range.

Method Summary

Modifier and Type Method and Description
abstract Update fromFrontendPortRange(int from, int to)

Specifies the frontend port range.

Method Details

fromFrontendPortRange

public abstract LoadBalancerInboundNatPool.Update fromFrontendPortRange(int from, int to)

Specifies 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

Applies to