Class RoutingPreference

java.lang.Object
com.azure.core.util.ExpandableStringEnum<RoutingPreference>
com.azure.resourcemanager.workloads.models.RoutingPreference

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

    • DEFAULT

      public static final RoutingPreference DEFAULT
      Static value Default for RoutingPreference.
    • ROUTE_ALL

      public static final RoutingPreference ROUTE_ALL
      Static value RouteAll for RoutingPreference.
  • Constructor Details

    • RoutingPreference

      public RoutingPreference()
  • Method Details

    • fromString

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

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