Class NodeSizeFamily

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

public final class NodeSizeFamily extends com.azure.core.util.ExpandableStringEnum<NodeSizeFamily>
The kind of nodes that the Big Data pool provides.
  • Field Details

    • NONE

      public static final NodeSizeFamily NONE
      Static value None for NodeSizeFamily.
    • MEMORY_OPTIMIZED

      public static final NodeSizeFamily MEMORY_OPTIMIZED
      Static value MemoryOptimized for NodeSizeFamily.
  • Constructor Details

    • NodeSizeFamily

      public NodeSizeFamily()
  • Method Details

    • fromString

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

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