Uses of Interface
com.azure.resourcemanager.network.models.LoadBalancer
Packages that use LoadBalancer
Package
Description
Package containing the data models for NetworkManagementClient.
-
Uses of LoadBalancer in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models 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.