Interface HasFrontendPort.UpdateDefinitionStages.WithFrontendPort<ReturnT>
-
- Type Parameters:
ReturnT- the next stage of the definition
- All Known Subinterfaces:
LoadBalancerInboundNatRule.UpdateDefinition<ParentT>,LoadBalancerInboundNatRule.UpdateDefinitionStages.WithFrontendPort<ParentT>,LoadBalancingRule.UpdateDefinition<ReturnT>,LoadBalancingRule.UpdateDefinitionStages.WithFrontendPort<ReturnT>
- Enclosing interface:
- HasFrontendPort.UpdateDefinitionStages
public static interface HasFrontendPort.UpdateDefinitionStages.WithFrontendPort<ReturnT>The stage of a definition allowing to specify the frontend port.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ReturnTfromFrontendPort(int port)Specifies the frontend port to receive network traffic on.
-
-
-
Method Detail
-
fromFrontendPort
ReturnT fromFrontendPort(int port)
Specifies the frontend port to receive network traffic on.- Parameters:
port- a port number- Returns:
- the next stage of the definition
-
-