public static interface VirtualMachineScaleSet.DefinitionStages.WithPrimaryInternetFacingLoadBalancerNatPool extends VirtualMachineScaleSet.DefinitionStages.WithPrimaryInternalLoadBalancer
| Modifier and Type | Method and Description |
|---|---|
VirtualMachineScaleSet.DefinitionStages.WithPrimaryInternalLoadBalancer |
withPrimaryInternetFacingLoadBalancerInboundNatPools(String... natPoolNames)
Associates the specified inbound NAT pools of the selected internal load balancer with the primary network
interface of the virtual machines in the scale set.
|
withoutPrimaryInternalLoadBalancer, withPrimaryInternalLoadBalancerVirtualMachineScaleSet.DefinitionStages.WithPrimaryInternalLoadBalancer withPrimaryInternetFacingLoadBalancerInboundNatPools(String... natPoolNames)
natPoolNames - inbound NAT pools names existing on the selected load balancer/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/