| Package | Description |
|---|---|
| com.azure.resourcemanager.network.models |
Package containing the data models for NetworkManagementClient.
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
LoadBalancingRule.Definition<ReturnT>
The entirety of a load balancing rule definition.
|
static interface |
LoadBalancingRule.DefinitionStages.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.DefinitionStages.WithAttach<ReturnT> |
LoadBalancingRule.DefinitionStages.WithIdleTimeoutInMinutes.withIdleTimeoutInMinutes(int minutes)
Specifies the number of minutes before an idle connection is closed.
|
LoadBalancingRule.DefinitionStages.WithAttach<ReturnT> |
LoadBalancingRule.DefinitionStages.WithLoadDistribution.withLoadDistribution(LoadDistribution loadDistribution)
Specifies the load distribution mode.
|
LoadBalancingRule.DefinitionStages.WithAttach<ReturnT> |
LoadBalancingRule.DefinitionStages.WithProbe.withProbe(String name)
Associates the specified existing HTTP or TCP probe of this load balancer with the load balancing rule.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.