Class ManagedEnvironmentOutBoundType

java.lang.Object
com.azure.core.util.ExpandableStringEnum<ManagedEnvironmentOutBoundType>
com.azure.resourcemanager.appcontainers.models.ManagedEnvironmentOutBoundType

public final class ManagedEnvironmentOutBoundType extends com.azure.core.util.ExpandableStringEnum<ManagedEnvironmentOutBoundType>
Outbound type for the cluster.
  • Field Details

    • LOAD_BALANCER

      public static final ManagedEnvironmentOutBoundType LOAD_BALANCER
      Static value LoadBalancer for ManagedEnvironmentOutBoundType.
    • USER_DEFINED_ROUTING

      public static final ManagedEnvironmentOutBoundType USER_DEFINED_ROUTING
      Static value UserDefinedRouting for ManagedEnvironmentOutBoundType.
  • Constructor Details

    • ManagedEnvironmentOutBoundType

      public ManagedEnvironmentOutBoundType()
  • Method Details

    • fromString

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

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