java.lang.Object
com.azure.core.util.ExpandableStringEnum<Name>
com.azure.resourcemanager.maps.models.Name

public final class Name extends com.azure.core.util.ExpandableStringEnum<Name>
The name of the SKU, in standard format (such as S0).
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final Name
    Static value G2 for Name.
    static final Name
    Static value S0 for Name.
    static final Name
    Static value S1 for Name.
  • Constructor Summary

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

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

    • S0

      public static final Name S0
      Static value S0 for Name.
    • S1

      public static final Name S1
      Static value S1 for Name.
    • G2

      public static final Name G2
      Static value G2 for Name.
  • Constructor Details

  • Method Details

    • fromString

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

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