java.lang.Object
com.azure.core.util.ExpandableStringEnum<LoadBalancerType>
com.azure.resourcemanager.desktopvirtualization.models.LoadBalancerType

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

    • BREADTH_FIRST

      public static final LoadBalancerType BREADTH_FIRST
      Static value BreadthFirst for LoadBalancerType.
    • DEPTH_FIRST

      public static final LoadBalancerType DEPTH_FIRST
      Static value DepthFirst for LoadBalancerType.
    • PERSISTENT

      public static final LoadBalancerType PERSISTENT
      Static value Persistent for LoadBalancerType.
  • Constructor Details

    • LoadBalancerType

      public LoadBalancerType()
  • Method Details

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