Interface LoadBalancerFrontend

All Superinterfaces:
ChildResource<LoadBalancer>, HasInner<com.microsoft.azure.management.network.implementation.FrontendIPConfigurationInner>, HasLoadBalancingRules, HasName, HasParent<LoadBalancer>, Indexable
All Known Subinterfaces:
LoadBalancerPrivateFrontend, LoadBalancerPublicFrontend

public interface LoadBalancerFrontend extends HasInner<com.microsoft.azure.management.network.implementation.FrontendIPConfigurationInner>, ChildResource<LoadBalancer>, HasLoadBalancingRules
An client-side representation of a load balancer frontend.
  • Method Details

    • isPublic

      boolean isPublic()
      Returns:
      true if the frontend is public, i.e. it has a public IP address associated with it
    • inboundNatPools

      Returns:
      the inbound NAT pools on this load balancer that use this frontend, indexed by their names
    • inboundNatRules

      Returns:
      the inbound NAT rules on this load balancer that use this frontend, indexed by their names