public static interface LoadBalancer.UpdateStages.WithInboundNatPool
| Modifier and Type | Method and Description |
|---|---|
LoadBalancerInboundNatPool.UpdateDefinitionStages.Blank<LoadBalancer.Update> |
defineInboundNatPool(String name)
Begins the definition of a new inbound NAT pool.
|
LoadBalancerInboundNatPool.Update |
updateInboundNatPool(String name)
Begins the description of an update to an existing inbound NAT pool.
|
LoadBalancer.Update |
withoutInboundNatPool(String name)
Removes the specified inbound NAT pool from the load balancer.
|
LoadBalancer.Update withoutInboundNatPool(String name)
name - the name of an existing inbound NAT pool on this load balancerLoadBalancerInboundNatPool.UpdateDefinitionStages.Blank<LoadBalancer.Update> defineInboundNatPool(String name)
name - the name of the inbound NAT poolLoadBalancerInboundNatPool.Update updateInboundNatPool(String name)
name - the name of the inbound NAT pool to update/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/