Uses of Interface
com.microsoft.azure.management.network.LoadBalancingRule.Update
-
Packages that use LoadBalancingRule.Update Package Description com.microsoft.azure.management.network This package contains the classes for NetworkManagementClient. -
-
Uses of LoadBalancingRule.Update in com.microsoft.azure.management.network
Methods in com.microsoft.azure.management.network that return LoadBalancingRule.Update Modifier and Type Method Description LoadBalancingRule.UpdateLoadBalancer.UpdateStages.WithLoadBalancingRule. updateLoadBalancingRule(String name)Begins the description of an update to an existing load balancing rule on this load balancer.LoadBalancingRule.UpdateLoadBalancingRule.UpdateStages.WithIdleTimeoutInMinutes. withIdleTimeoutInMinutes(int minutes)Specifies the number of minutes before an idle connection is closed.LoadBalancingRule.UpdateLoadBalancingRule.UpdateStages.WithLoadDistribution. withLoadDistribution(LoadDistribution loadDistribution)Specifies the load distribution mode.LoadBalancingRule.UpdateLoadBalancingRule.UpdateStages.WithProbe. withoutProbe()Removes any association with a probe and falls back to Azure's default probing mechanism.LoadBalancingRule.UpdateLoadBalancingRule.UpdateStages.WithProbe. withProbe(String name)Associates the specified existing HTTP or TCP probe of this load balancer with the load balancing rule.
-