java.lang.Object
com.azure.core.util.ExpandableStringEnum<SkuSize>
com.azure.resourcemanager.synapse.models.SkuSize

public final class SkuSize extends com.azure.core.util.ExpandableStringEnum<SkuSize>
SKU size.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final SkuSize
    Static value Extra small for SkuSize.
    static final SkuSize
    Static value Large for SkuSize.
    static final SkuSize
    Static value Medium for SkuSize.
    static final SkuSize
    Static value Small for SkuSize.
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated.
    Use the fromString(String) factory method.
  • Method Summary

    Modifier and Type
    Method
    Description
    static SkuSize
    Creates or finds a SkuSize from its string representation.
    Gets known SkuSize 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

    • EXTRA_SMALL

      public static final SkuSize EXTRA_SMALL
      Static value Extra small for SkuSize.
    • SMALL

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

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

      public static final SkuSize LARGE
      Static value Large for SkuSize.
  • Constructor Details

  • Method Details

    • fromString

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

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