Class BackendPoolType

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

public final class BackendPoolType extends com.azure.core.util.ExpandableStringEnum<BackendPoolType>
The type of the managed inbound Load Balancer BackendPool.
  • Field Details

    • NODE_IPCONFIGURATION

      public static final BackendPoolType NODE_IPCONFIGURATION
      Static value NodeIPConfiguration for BackendPoolType.
    • NODE_IP

      public static final BackendPoolType NODE_IP
      Static value NodeIP for BackendPoolType.
  • Constructor Details

    • BackendPoolType

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

    • fromString

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

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