Interface LoadBalancer.DefinitionStages.WithInboundNatPool
- All Known Subinterfaces:
LoadBalancer.Definition,LoadBalancer.DefinitionStages.WithCreateAndInboundNatPool,LoadBalancer.DefinitionStages.WithCreateAndNatChoice,LoadBalancer.DefinitionStages.WithLBRuleOrNat,LoadBalancer.DefinitionStages.WithLBRuleOrNatOrCreate
- Enclosing interface:
LoadBalancer.DefinitionStages
public static interface LoadBalancer.DefinitionStages.WithInboundNatPool
The stage of a load balancer definition allowing to create a new inbound NAT pool for a virtual machine scale
set.
-
Method Summary
Modifier and TypeMethodDescriptionLoadBalancerInboundNatPool.DefinitionStages.Blank<LoadBalancer.DefinitionStages.WithCreateAndInboundNatPool> defineInboundNatPool(String name) Begins the definition of a new inbount NAT pool to add to the load balancer.
-
Method Details
-
defineInboundNatPool
LoadBalancerInboundNatPool.DefinitionStages.Blank<LoadBalancer.DefinitionStages.WithCreateAndInboundNatPool> defineInboundNatPool(String name) Begins the definition of a new inbount NAT pool to add to the load balancer.The definition must be completed with a call to
Attachable.InDefinition.attach()- Parameters:
name- the name of the inbound NAT pool- Returns:
- the first stage of the new inbound NAT pool definition
-