java.lang.Object
com.azure.core.util.ExpandableStringEnum<BackendType>
com.azure.resourcemanager.apimanagement.models.BackendType
All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>

public final class BackendType extends com.azure.core.util.ExpandableStringEnum<BackendType>
Type of the backend. A backend can be either Single or Pool.
  • Field Details

    • SINGLE

      public static final BackendType SINGLE
      Static value Single for BackendType.
    • POOL

      public static final BackendType POOL
      Static value Pool for BackendType.
  • Constructor Details

    • BackendType

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

    • fromString

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

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