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

public final class NodeSize extends com.azure.core.util.ExpandableStringEnum<NodeSize>
The level of compute power that each node in the Big Data pool has.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final NodeSize
    Static value Large for NodeSize.
    static final NodeSize
    Static value Medium for NodeSize.
    static final NodeSize
    Static value None for NodeSize.
    static final NodeSize
    Static value Small for NodeSize.
    static final NodeSize
    Static value XLarge for NodeSize.
    static final NodeSize
    Static value XXLarge for NodeSize.
    static final NodeSize
    Static value XXXLarge for NodeSize.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static NodeSize
    Creates or finds a NodeSize from its string representation.
    Gets known NodeSize values.

    Methods inherited from class com.azure.core.util.ExpandableStringEnum

    equals, fromString, hashCode, toString, values

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • 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()
      Gets known NodeSize values.
      Returns:
      known NodeSize values.