java.lang.Object
com.azure.core.util.ExpandableStringEnum<SkuName>
com.azure.resourcemanager.elasticsan.models.SkuName

public final class SkuName extends com.azure.core.util.ExpandableStringEnum<SkuName>
The sku name.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final SkuName
    Static value Premium_LRS for SkuName.
    static final SkuName
    Static value Premium_ZRS for SkuName.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

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

    • PREMIUM_LRS

      public static final SkuName PREMIUM_LRS
      Static value Premium_LRS for SkuName.
    • PREMIUM_ZRS

      public static final SkuName PREMIUM_ZRS
      Static value Premium_ZRS for SkuName.
  • Constructor Details

    • SkuName

      public SkuName()
  • Method Details

    • fromString

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

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