Interface LoadBalancingRule
-
- All Superinterfaces:
ChildResource<LoadBalancer>,HasBackendPort,HasFloatingIP,HasFrontend,HasFrontendPort,HasInnerModel<LoadBalancingRuleInner>,HasName,HasParent<LoadBalancer>,HasProtocol<TransportProtocol>,Indexable
public interface LoadBalancingRule extends HasInnerModel<LoadBalancingRuleInner>, ChildResource<LoadBalancer>, HasBackendPort, HasFrontend, HasFloatingIP, HasProtocol<TransportProtocol>, HasFrontendPort
A client-side representation of an HTTP load balancing rule.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceLoadBalancingRule.Definition<ReturnT>The entirety of a load balancing rule definition.static interfaceLoadBalancingRule.DefinitionStagesGrouping of load balancing rule definition stages.static interfaceLoadBalancingRule.UpdateThe entirety of a load balancing rule update as part of a load balancer update.static interfaceLoadBalancingRule.UpdateDefinition<ReturnT>The entirety of a load balancing rule definition as part of a load balancer update.static interfaceLoadBalancingRule.UpdateDefinitionStagesGrouping of load balancing rule definition stages applicable as part of a load balancer update.static interfaceLoadBalancingRule.UpdateStagesGrouping of load balancing rule update stages.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LoadBalancerBackendbackend()intidleTimeoutInMinutes()LoadDistributionloadDistribution()LoadBalancerProbeprobe()-
Methods inherited from interface com.azure.resourcemanager.network.models.HasBackendPort
backendPort
-
Methods inherited from interface com.azure.resourcemanager.network.models.HasFloatingIP
floatingIPEnabled
-
Methods inherited from interface com.azure.resourcemanager.network.models.HasFrontend
frontend
-
Methods inherited from interface com.azure.resourcemanager.network.models.HasFrontendPort
frontendPort
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.HasInnerModel
innerModel
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.HasName
name
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.HasParent
parent
-
Methods inherited from interface com.azure.resourcemanager.network.models.HasProtocol
protocol
-
-
-
-
Method Detail
-
loadDistribution
LoadDistribution loadDistribution()
- Returns:
- the method of load distribution
-
idleTimeoutInMinutes
int idleTimeoutInMinutes()
- Returns:
- the number of minutes before an inactive connection is closed
-
backend
LoadBalancerBackend backend()
- Returns:
- the backend associated with the load balancing rule
-
probe
LoadBalancerProbe probe()
- Returns:
- the probe associated with the load balancing rule
-
-