| Modifier and Type | Interface and Description |
|---|---|
static interface |
VirtualMachineScaleSet.Definition
The entirety of the load balancer definition.
|
static interface |
VirtualMachineScaleSet.DefinitionStages.WithInternalInternalLoadBalancerNatPool
The stage of the virtual machine scale set definition allowing to associate inbound NAT pools of the selected
internal load balancer with the primary network interface of the virtual machines in the scale set.
|
| Modifier and Type | Method and Description |
|---|---|
VirtualMachineScaleSet.DefinitionStages.WithOS |
VirtualMachineScaleSet.DefinitionStages.WithPrimaryInternalLoadBalancer.withoutPrimaryInternalLoadBalancer()
Specifies that no internal load balancer should be associated with the primary network interfaces of the
virtual machines in the scale set.
|
VirtualMachineScaleSet.DefinitionStages.WithOS |
VirtualMachineScaleSet.DefinitionStages.WithInternalInternalLoadBalancerNatPool.withPrimaryInternalLoadBalancerInboundNatPools(String... natPoolNames)
Associate internal load balancer inbound NAT pools with the the primary network interface of the
scale set virtual machine.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/