Interface LoadBalancingRule
- All Superinterfaces:
ChildResource<LoadBalancer>
,HasBackendPort
,HasFloatingIP
,HasFrontend
,HasFrontendPort
,HasInner<com.microsoft.azure.management.network.implementation.LoadBalancingRuleInner>
,HasName
,HasParent<LoadBalancer>
,HasProtocol<TransportProtocol>
,Indexable
public interface LoadBalancingRule
extends HasInner<com.microsoft.azure.management.network.implementation.LoadBalancingRuleInner>, ChildResource<LoadBalancer>, HasBackendPort, HasFrontend, HasFloatingIP, HasProtocol<TransportProtocol>, HasFrontendPort
A client-side representation of an HTTP load balancing rule.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interface
The entirety of a load balancing rule definition.static interface
Grouping of load balancing rule definition stages.static interface
The entirety of a load balancing rule update as part of a load balancer update.static interface
The entirety of a load balancing rule definition as part of a load balancer update.static interface
Grouping of load balancing rule definition stages applicable as part of a load balancer update.static interface
Grouping of load balancing rule update stages. -
Method Summary
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 Details
-
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
-