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

public final class Type extends ExpandableStringEnum<Type>
Defines values for Type.
  • Field Details

    • LINKED_SERVICE_REFERENCE

      public static final Type LINKED_SERVICE_REFERENCE
      Static value LinkedServiceReference for Type.
  • Constructor Details

    • Type

      public Type()
  • Method Details

    • fromString

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

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