@Beta public interface LoadBalancingRule extends com.microsoft.azure.management.resources.fluentcore.model.HasInner<com.microsoft.azure.management.network.implementation.LoadBalancingRuleInner>, com.microsoft.azure.management.resources.fluentcore.arm.models.ChildResource<LoadBalancer>, HasBackendPort, HasFrontend, HasFloatingIP, HasProtocol<TransportProtocol>, HasFrontendPort
| Modifier and Type | Interface and Description |
|---|---|
static interface |
LoadBalancingRule.Definition<ReturnT>
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<ReturnT>
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 |
|---|---|
LoadBalancerBackend |
backend() |
int |
idleTimeoutInMinutes() |
LoadDistribution |
loadDistribution() |
LoadBalancerProbe |
probe() |
innerkeynameparentbackendPortfrontendfloatingIPEnabledprotocolfrontendPortLoadDistribution loadDistribution()
int idleTimeoutInMinutes()
LoadBalancerBackend backend()
LoadBalancerProbe probe()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/