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

public final class Variant extends com.azure.core.util.ExpandableStringEnum<Variant>
Variant of the CPU.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final Variant
    Static value v6 for Variant.
    static final Variant
    Static value v7 for Variant.
    static final Variant
    Static value v8 for Variant.
  • Constructor Summary

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

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

    • V6

      public static final Variant V6
      Static value v6 for Variant.
    • V7

      public static final Variant V7
      Static value v7 for Variant.
    • V8

      public static final Variant V8
      Static value v8 for Variant.
  • Constructor Details

  • Method Details

    • fromString

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

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