Class RoutingChoice

java.lang.Object
com.azure.core.util.ExpandableStringEnum<RoutingChoice>
com.azure.resourcemanager.storage.models.RoutingChoice

public final class RoutingChoice extends com.azure.core.util.ExpandableStringEnum<RoutingChoice>
Routing Choice defines the kind of network routing opted by the user.
  • Field Details

    • MICROSOFT_ROUTING

      public static final RoutingChoice MICROSOFT_ROUTING
      Static value MicrosoftRouting for RoutingChoice.
    • INTERNET_ROUTING

      public static final RoutingChoice INTERNET_ROUTING
      Static value InternetRouting for RoutingChoice.
  • Constructor Details

    • RoutingChoice

      @Deprecated public RoutingChoice()
      Deprecated.
      Use the fromString(String) factory method.
      Creates a new instance of RoutingChoice value.
  • Method Details

    • fromString

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

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