Class NotebookParameterType

java.lang.Object
com.azure.core.util.ExpandableStringEnum<NotebookParameterType>
com.azure.analytics.synapse.artifacts.models.NotebookParameterType

public final class NotebookParameterType extends com.azure.core.util.ExpandableStringEnum<NotebookParameterType>
Notebook parameter type.
  • Field Details

  • Constructor Details

    • NotebookParameterType

      public NotebookParameterType()
  • Method Details

    • fromString

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

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