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