public static interface VirtualMachineScaleSet.UpdateStages.WithoutPrimaryLoadBalancerNatPool
| Modifier and Type | Method and Description |
|---|---|
VirtualMachineScaleSet.UpdateStages.WithApply |
withoutPrimaryInternalLoadBalancerNatPools(String... natPoolNames)
Removes the associations between the primary network interface configuration and the specified inbound NAT pools
of the internal load balancer.
|
VirtualMachineScaleSet.UpdateStages.WithApply |
withoutPrimaryInternetFacingLoadBalancerNatPools(String... natPoolNames)
Removes the associations between the primary network interface configuration and the specified inbound NAT pools
of an Internet-facing load balancer.
|
VirtualMachineScaleSet.UpdateStages.WithApply withoutPrimaryInternetFacingLoadBalancerNatPools(String... natPoolNames)
natPoolNames - the names of existing inbound NAT poolsVirtualMachineScaleSet.UpdateStages.WithApply withoutPrimaryInternalLoadBalancerNatPools(String... natPoolNames)
natPoolNames - the names of existing inbound NAT poolsCopyright © 2019. All rights reserved.