Class LoadBalancerType


  • public final class LoadBalancerType
    extends com.azure.core.util.ExpandableStringEnum<LoadBalancerType>
    Defines values for LoadBalancerType.
    • Field Detail

      • PUBLIC_IP

        public static final LoadBalancerType PUBLIC_IP
        Static value PublicIp for LoadBalancerType.
      • INTERNAL_LOAD_BALANCER

        public static final LoadBalancerType INTERNAL_LOAD_BALANCER
        Static value InternalLoadBalancer for LoadBalancerType.
    • Constructor Detail

      • LoadBalancerType

        public LoadBalancerType()
    • Method Detail

      • fromString

        public static LoadBalancerType fromString​(String name)
        Creates or finds a LoadBalancerType from its string representation.
        Parameters:
        name - a name to look for.
        Returns:
        the corresponding LoadBalancerType.
      • values

        public static Collection<LoadBalancerType> values()
        Gets known LoadBalancerType values.
        Returns:
        known LoadBalancerType values.