java.lang.Object
com.azure.core.util.ExpandableStringEnum<Expand>
com.azure.resourcemanager.compute.models.Expand
All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>

public final class Expand extends com.azure.core.util.ExpandableStringEnum<Expand>
Defines values for Expand.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final Expand
    Static value Properties for Expand.
  • Constructor Summary

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

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

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

    equals, fromString, getValue, hashCode, toString, values

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Field Details

    • PROPERTIES

      public static final Expand PROPERTIES
      Static value Properties for Expand.
  • Constructor Details

  • Method Details

    • fromString

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

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