public interface LoadBalancingRule extends HasInner<com.microsoft.azure.management.network.implementation.LoadBalancingRuleInner>, 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() |
inner
key
name
parent
backendPort
frontend
floatingIPEnabled
protocol
frontendPort
LoadDistribution loadDistribution()
int idleTimeoutInMinutes()
LoadBalancerBackend backend()
LoadBalancerProbe probe()
Copyright © 2019. All rights reserved.