Uses of Interface
com.microsoft.azure.management.network.LoadBalancingRule.Update
Packages that use LoadBalancingRule.Update
Package
Description
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.UpdateModifier and TypeMethodDescriptionLoadBalancer.UpdateStages.WithLoadBalancingRule.updateLoadBalancingRule
(String name) Begins the description of an update to an existing load balancing rule on this load balancer.LoadBalancingRule.UpdateStages.WithIdleTimeoutInMinutes.withIdleTimeoutInMinutes
(int minutes) Specifies the number of minutes before an idle connection is closed.LoadBalancingRule.UpdateStages.WithLoadDistribution.withLoadDistribution
(LoadDistribution loadDistribution) Specifies the load distribution mode.LoadBalancingRule.UpdateStages.WithProbe.withoutProbe()
Removes any association with a probe and falls back to Azure's default probing mechanism.Associates the specified existing HTTP or TCP probe of this load balancer with the load balancing rule.