java.lang.Object
com.azure.core.util.ExpandableStringEnum<Distro>
com.azure.resourcemanager.resourceconnector.models.Distro

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

    Fields
    Modifier and Type
    Field
    Description
    static final Distro
    Static value AKSEdge for Distro.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

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

    • AKSEDGE

      public static final Distro AKSEDGE
      Static value AKSEdge for Distro.
  • Constructor Details

    • Distro

      public Distro()
  • Method Details

    • fromString

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

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