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.
  • 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

      Returns:
      the backend associated with the load balancing rule
    • probe

      Returns:
      the probe associated with the load balancing rule