Class Architecture

java.lang.Object
com.azure.core.util.ExpandableStringEnum<Architecture>
com.azure.resourcemanager.compute.models.Architecture

public final class Architecture extends com.azure.core.util.ExpandableStringEnum<Architecture>
The architecture of the image. Applicable to OS disks only.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final Architecture
    Static value Arm64 for Architecture.
    static final Architecture
    Static value x64 for Architecture.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

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

    • X64

      public static final Architecture X64
      Static value x64 for Architecture.
    • ARM64

      public static final Architecture ARM64
      Static value Arm64 for Architecture.
  • Constructor Details

    • Architecture

      public Architecture()
  • Method Details

    • fromString

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

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