Interface LoadBalancingRule
-
- All Superinterfaces:
com.microsoft.azure.management.resources.fluentcore.arm.models.ChildResource<LoadBalancer>,HasBackendPort,HasFloatingIP,HasFrontend,HasFrontendPort,com.microsoft.azure.management.resources.fluentcore.model.HasInner<com.microsoft.azure.management.network.implementation.LoadBalancingRuleInner>,com.microsoft.azure.management.resources.fluentcore.arm.models.HasName,com.microsoft.azure.management.resources.fluentcore.arm.models.HasParent<LoadBalancer>,HasProtocol<TransportProtocol>,com.microsoft.azure.management.resources.fluentcore.model.Indexable
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
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.microsoft.azure.management.network.model.HasBackendPort
backendPort
-
Methods inherited from interface com.microsoft.azure.management.network.model.HasFloatingIP
floatingIPEnabled
-
Methods inherited from interface com.microsoft.azure.management.network.model.HasFrontend
frontend
-
Methods inherited from interface com.microsoft.azure.management.network.model.HasFrontendPort
frontendPort
-
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.model.HasInner
inner
-
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.arm.models.HasName
name
-
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.arm.models.HasParent
parent
-
Methods inherited from interface com.microsoft.azure.management.network.model.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
-
-