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

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

    • NONE

      public static final NodeSize NONE
      Static value None for NodeSize.
    • SMALL

      public static final NodeSize SMALL
      Static value Small for NodeSize.
    • MEDIUM

      public static final NodeSize MEDIUM
      Static value Medium for NodeSize.
    • LARGE

      public static final NodeSize LARGE
      Static value Large for NodeSize.
    • XLARGE

      public static final NodeSize XLARGE
      Static value XLarge for NodeSize.
    • XXLARGE

      public static final NodeSize XXLARGE
      Static value XXLarge for NodeSize.
    • XXXLARGE

      public static final NodeSize XXXLARGE
      Static value XXXLarge for NodeSize.
  • Constructor Details

    • NodeSize

      public NodeSize()
  • Method Details

    • fromString

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

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