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
Subinterfaces with type arguments of type LoadBalancer in com.azure.resourcemanager.network.modelsModifier and TypeInterfaceDescriptioninterfaceEntry point for load balancer management API in Azure.interfaceEntry point for load balancer management API in Azure.static interfaceThe stage of a load balancer definition containing all the required inputs for the resource to be created, but also allowing for any other optional settings to be specified.static interfaceThe template for a load balancer update operation, containing all the settings that can be modified.interfaceA client-side representation of a load balancer backend address pool.interfaceAn client-side representation of a load balancer frontend.interfaceA client-side representation of an inbound NAT pool.interfaceAn immutable client-side representation of an inbound NAT rule.interfaceAn immutable client-side representation of an outbound rule.interfaceA client-side representation of a load balancing probe.interfaceEntry point to load balancer management API in Azure.interfaceEntry point to load balancer management API in Azure.interfaceEntry point to load balancer management API in Azure.interfaceEntry point to load balancer management API in Azure.interfaceEntry point to load balancer management API in Azure.interfaceA client-side representation of an HTTP load balancing rule.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.