Uses of Interface
com.microsoft.azure.management.network.LoadBalancer
Packages that use LoadBalancer
Package
Description
This package contains the classes for ComputeManagementClient.
This package contains the classes for NetworkManagementClient.
-
Uses of LoadBalancer in com.microsoft.azure.management.compute
Methods in com.microsoft.azure.management.compute that return LoadBalancerModifier and TypeMethodDescriptionVirtualMachineScaleSet.getPrimaryInternalLoadBalancer()
VirtualMachineScaleSet.getPrimaryInternetFacingLoadBalancer()
Methods in com.microsoft.azure.management.compute with parameters of type LoadBalancerModifier and TypeMethodDescriptionVirtualMachineScaleSet.DefinitionStages.WithPrimaryInternalLoadBalancer.withExistingPrimaryInternalLoadBalancer
(LoadBalancer loadBalancer) Specifies the internal load balancer whose backends and/or NAT pools can be assigned to the primary network interface of the virtual machines in the scale set.VirtualMachineScaleSet.UpdateStages.WithPrimaryInternalLoadBalancer.withExistingPrimaryInternalLoadBalancer
(LoadBalancer loadBalancer) Specifies the load balancer to be used as the internal load balancer for the virtual machines in the scale set.VirtualMachineScaleSet.DefinitionStages.WithPrimaryInternetFacingLoadBalancer.withExistingPrimaryInternetFacingLoadBalancer
(LoadBalancer loadBalancer) Specifies an Internet-facing load balancer whose backends and/or NAT pools can be assigned to the primary network interfaces of the virtual machines in the scale set.VirtualMachineScaleSet.UpdateStages.WithPrimaryLoadBalancer.withExistingPrimaryInternetFacingLoadBalancer
(LoadBalancer loadBalancer) Specifies the load balancer to be used as the Internet-facing load balancer for the virtual machines in the scale set. -
Uses of LoadBalancer in com.microsoft.azure.management.network
Methods in com.microsoft.azure.management.network with parameters of type LoadBalancerModifier and TypeMethodDescriptionNetworkInterface.DefinitionStages.WithLoadBalancer.withExistingLoadBalancerBackend
(LoadBalancer loadBalancer, String backendName) Associates the network interface's primary IP configuration with a backend of an existing load balancer.NetworkInterface.UpdateStages.WithLoadBalancer.withExistingLoadBalancerBackend
(LoadBalancer loadBalancer, String backendName) Associates the network interface's primary IP configuration with a backend of an existing load balancer.NicIPConfiguration.DefinitionStages.WithLoadBalancer.withExistingLoadBalancerBackend
(LoadBalancer loadBalancer, String backendName) Specifies the load balancer backend to associate this IP configuration with.NicIPConfiguration.UpdateDefinitionStages.WithLoadBalancer.withExistingLoadBalancerBackend
(LoadBalancer loadBalancer, String backendName) Specifies the load balancer to associate this IP configuration with.NicIPConfiguration.UpdateStages.WithLoadBalancer.withExistingLoadBalancerBackend
(LoadBalancer loadBalancer, String backendName) Specifies the load balancer to associate this IP configuration with.NetworkInterface.DefinitionStages.WithLoadBalancer.withExistingLoadBalancerInboundNatRule
(LoadBalancer loadBalancer, String inboundNatRuleName) Associates the network interface's primary IP configuration with an inbound NAT rule of an existing load balancer.NetworkInterface.UpdateStages.WithLoadBalancer.withExistingLoadBalancerInboundNatRule
(LoadBalancer loadBalancer, String inboundNatRuleName) Associates the network interface's primary IP configuration with an inbound NAT rule of an existing load balancer.NicIPConfiguration.DefinitionStages.WithLoadBalancer.withExistingLoadBalancerInboundNatRule
(LoadBalancer loadBalancer, String inboundNatRuleName) Specifies the load balancer inbound NAT rule to associate this IP configuration with.NicIPConfiguration.UpdateDefinitionStages.WithLoadBalancer.withExistingLoadBalancerInboundNatRule
(LoadBalancer loadBalancer, String inboundNatRuleName) Specifies the load balancer inbound NAT rule to associate this IP configuration with.NicIPConfiguration.UpdateStages.WithLoadBalancer.withExistingLoadBalancerInboundNatRule
(LoadBalancer loadBalancer, String inboundNatRuleName) Specifies the load balancer inbound NAT rule to associate this IP configuration with.