Class NotebookReferenceType

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

public final class NotebookReferenceType extends com.azure.core.util.ExpandableStringEnum<NotebookReferenceType>
Synapse notebook reference type.
  • Field Details

    • NOTEBOOK_REFERENCE

      public static final NotebookReferenceType NOTEBOOK_REFERENCE
      Static value NotebookReference for NotebookReferenceType.
  • Constructor Details

    • NotebookReferenceType

      public NotebookReferenceType()
  • Method Details

    • fromString

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

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