public interface LoadBalancingRule extends com.microsoft.azure.management.resources.fluentcore.model.Wrapper<com.microsoft.azure.management.network.implementation.LoadBalancingRuleInner>, com.microsoft.azure.management.resources.fluentcore.arm.models.ChildResource<LoadBalancer>, HasBackendPort, HasFrontend, HasFloatingIp, HasProtocol<TransportProtocol>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
LoadBalancingRule.Definition<ParentT>
The entirety of a load balancing rule definition.
|
static interface |
LoadBalancingRule.DefinitionStages
Grouping of load balancing rule definition stages.
|
static interface |
LoadBalancingRule.Update
The entirety of a load balancing rule update as part of a load balancer update.
|
static interface |
LoadBalancingRule.UpdateDefinition<ParentT>
The entirety of a load balancing rule definition as part of a load balancer update.
|
static interface |
LoadBalancingRule.UpdateDefinitionStages
Grouping of load balancing rule definition stages applicable as part of a load balancer update.
|
static interface |
LoadBalancingRule.UpdateStages
Grouping of load balancing rule update stages.
|
| Modifier and Type | Method and Description |
|---|---|
Backend |
backend() |
int |
frontendPort() |
int |
idleTimeoutInMinutes() |
LoadDistribution |
loadDistribution() |
Probe |
probe() |
inner, setInnername, parentkeybackendPortfrontendfloatingIpEnabledprotocolLoadDistribution loadDistribution()
int idleTimeoutInMinutes()
int frontendPort()
Backend backend()
Probe probe()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/