| Package | Description |
|---|---|
| com.microsoft.azure.management.network |
This package contains the classes for NetworkManagementClient.
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
LoadBalancingRule.UpdateDefinition<ReturnT>
The entirety of a load balancing rule definition as part of a load balancer update.
|
static interface |
LoadBalancingRule.UpdateDefinitionStages.WithBackendPort<ReturnT>
The stage of a load balancing rule definition allowing to specify the backend port to send the load-balanced traffic to.
|
| Modifier and Type | Method and Description |
|---|---|
LoadBalancingRule.UpdateDefinitionStages.WithAttach<ReturnT> |
LoadBalancingRule.UpdateDefinitionStages.WithIdleTimeoutInMinutes.withIdleTimeoutInMinutes(int minutes)
Specifies the number of minutes before an idle connection is closed.
|
LoadBalancingRule.UpdateDefinitionStages.WithAttach<ReturnT> |
LoadBalancingRule.UpdateDefinitionStages.WithLoadDistribution.withLoadDistribution(LoadDistribution loadDistribution)
Specifies the load distribution mode.
|
LoadBalancingRule.UpdateDefinitionStages.WithAttach<ReturnT> |
LoadBalancingRule.UpdateDefinitionStages.WithProbe.withProbe(String name)
Associates the specified existing HTTP or TCP probe of this load balancer with the load balancing rule.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/