Class Architecture

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

public final class Architecture extends com.azure.core.util.ExpandableStringEnum<Architecture>
CPU architecture supported by an OS disk.
  • 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

      @Deprecated public Architecture()
      Deprecated.
      Use the fromString(String) factory method.
      Creates a new instance of Architecture value.
  • 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.