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