Class DeploymentMode

java.lang.Object
com.azure.core.util.ExpandableStringEnum<DeploymentMode>
com.azure.resourcemanager.hdinsight.containers.models.DeploymentMode
All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>

public final class DeploymentMode extends com.azure.core.util.ExpandableStringEnum<DeploymentMode>
A string property that indicates the deployment mode of Flink cluster. It can have one of the following enum values => Application, Session. Default value is Session.
  • Field Details

    • APPLICATION

      public static final DeploymentMode APPLICATION
      Static value Application for DeploymentMode.
    • SESSION

      public static final DeploymentMode SESSION
      Static value Session for DeploymentMode.
  • Constructor Details

    • DeploymentMode

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

    • fromString

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

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