Uses of Interface
com.microsoft.azure.management.network.LoadBalancer.Update
Package
Description
This package contains the classes for NetworkManagementClient.
-
Uses of LoadBalancer.Update in com.microsoft.azure.management.network
Modifier and TypeMethodDescriptionLoadBalancer.UpdateStages.WithBackend.withoutBackend
(String name) Removes the specified backend from the load balancer.LoadBalancer.UpdateStages.WithPublicFrontend.withoutFrontend
(String name) Removes the specified frontend from the load balancer.LoadBalancer.UpdateStages.WithInboundNatPool.withoutInboundNatPool
(String name) Removes the specified inbound NAT pool from the load balancer.LoadBalancer.UpdateStages.WithInboundNatRule.withoutInboundNatRule
(String name) Removes the specified inbound NAT rule from the load balancer.LoadBalancer.UpdateStages.WithLoadBalancingRule.withoutLoadBalancingRule
(String name) Removes the specified load balancing rule from the load balancer, if present.LoadBalancer.UpdateStages.WithProbe.withoutProbe
(String name) Removes the specified probe from the load balancer, if present.Modifier and TypeMethodDescriptionLoadBalancer.UpdateStages.WithBackend.defineBackend
(String name) Begins the definition of a new backend as part of this load balancer update.LoadBalancer.UpdateStages.WithProbe.defineHttpProbe
(String name) Begins the definition of a new HTTP probe to add to the load balancer.LoadBalancer.UpdateStages.WithProbe.defineHttpsProbe
(String name) Begins the definition of a new HTTPS probe to add to the load balancer.LoadBalancer.UpdateStages.WithInboundNatPool.defineInboundNatPool
(String name) Begins the definition of a new inbound NAT pool.LoadBalancer.UpdateStages.WithInboundNatRule.defineInboundNatRule
(String name) Begins the definition of a new inbound NAT rule.LoadBalancer.UpdateStages.WithLoadBalancingRule.defineLoadBalancingRule
(String name) Begins the definition of a new load balancing rule to add to the load balancer.LoadBalancer.UpdateStages.WithPrivateFrontend.definePrivateFrontend
(String name) Begins the update of an internal load balancer frontend.LoadBalancer.UpdateStages.WithPublicFrontend.definePublicFrontend
(String name) Begins the update of a load balancer frontend.LoadBalancer.UpdateStages.WithProbe.defineTcpProbe
(String name) Begins the definition of a new TCP probe to add to the load balancer.