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

public final class Name extends com.azure.core.util.ExpandableStringEnum<Name>
Gets or sets the sku name.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final Name
    Static value Standard 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

    • STANDARD

      public static final Name STANDARD
      Static value Standard 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.