public static interface VirtualMachineScaleSet.UpdateStages.WithPrimaryLoadBalancer extends VirtualMachineScaleSet.UpdateStages.WithPrimaryInternalLoadBalancer
Modifier and Type | Method and Description |
---|---|
VirtualMachineScaleSet.UpdateStages.WithPrimaryInternetFacingLoadBalancerBackendOrNatPool |
withExistingPrimaryInternetFacingLoadBalancer(LoadBalancer loadBalancer)
Specifies the load balancer to be used as the Internet-facing load balancer for the virtual machines in the
scale set.
|
withExistingPrimaryInternalLoadBalancer
apply, applyAsync, applyAsync
key
withoutTag, withTag, withTags
withNewDataDisk, withNewDataDisk, withNewDataDisk, withoutDataDisk
withSku, withSku
withAdditionalCapabilities
withCapacity
withoutSecrets, withSecrets
defineNewExtension, updateExtension, withoutExtension
withoutPrimaryInternalLoadBalancer, withoutPrimaryInternetFacingLoadBalancer
withoutPrimaryInternalLoadBalancerBackends, withoutPrimaryInternetFacingLoadBalancerBackends
withoutPrimaryInternalLoadBalancerNatPools, withoutPrimaryInternetFacingLoadBalancerNatPools
withoutSystemAssignedManagedServiceIdentity, withSystemAssignedManagedServiceIdentity
withExistingUserAssignedManagedServiceIdentity, withNewUserAssignedManagedServiceIdentity, withoutUserAssignedManagedServiceIdentity
withBootDiagnostics, withBootDiagnostics, withBootDiagnostics, withBootDiagnostics, withoutBootDiagnostics
withAvailabilityZone
withVirtualMachinePublicIp, withVirtualMachinePublicIp, withVirtualMachinePublicIp
withAcceleratedNetworking, withoutAcceleratedNetworking
withIpForwarding, withoutIpForwarding
withExistingNetworkSecurityGroup, withExistingNetworkSecurityGroupId, withoutNetworkSecurityGroup
withoutSinglePlacementGroup, withSinglePlacementGroup
withExistingApplicationGatewayBackendPool, withoutApplicationGatewayBackendPool
withExistingApplicationSecurityGroup, withExistingApplicationSecurityGroupId, withoutApplicationSecurityGroup
VirtualMachineScaleSet.UpdateStages.WithPrimaryInternetFacingLoadBalancerBackendOrNatPool withExistingPrimaryInternetFacingLoadBalancer(LoadBalancer loadBalancer)
This will replace the current Internet-facing load balancer associated with the virtual machines in the scale set (if any). By default all the backend and inbound NAT pool of the load balancer will be associated with the primary network interface of the virtual machines unless a subset of them is selected in the next stages
loadBalancer
- the primary Internet-facing load balancerCopyright © 2019. All rights reserved.