| 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.WithFrontendPort.withFrontendPort(int port)
Specifies the frontend port to load balance.
|
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.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/