public static interface LoadBalancer.DefinitionStages.WithInboundNatPool
| Modifier and Type | Method and Description |
|---|---|
LoadBalancerInboundNatPool.DefinitionStages.Blank<LoadBalancer.DefinitionStages.WithCreateAndInboundNatPool> |
defineInboundNatPool(String name)
Begins the definition of a new inbount NAT pool to add to the load balancer.
|
LoadBalancerInboundNatPool.DefinitionStages.Blank<LoadBalancer.DefinitionStages.WithCreateAndInboundNatPool> defineInboundNatPool(String name)
The definition must be completed with a call to Attachable.InDefinition.attach()
name - the name of the inbound NAT poolCopyright © 2020 Microsoft Corporation. All rights reserved.