Architecture Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. compute. models. Architecture
- com.
- com.
public final class Architecture
extends ExpandableStringEnum<Architecture>
CPU architecture supported by an OS disk.
Modifier and Type | Field and Description |
---|---|
static final Architecture |
ARM64
Static value Arm64 for Architecture. |
static final Architecture |
X64
Static value x64 for Architecture. |
Constructor | Description |
---|---|
Architecture() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Architecture value. |
Modifier and Type | Method and Description |
---|---|
static Architecture |
from Creates or finds a Architecture from its string representation. |
static Collection<Architecture> |
values()
Gets known Architecture values. |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
ARM64
public static final Architecture ARM64
Static value Arm64 for Architecture.
X64
public static final Architecture X64
Static value x64 for Architecture.
Architecture
@Deprecated
public Architecture()
Deprecated
Creates a new instance of Architecture value.
fromString
public static Architecture fromString(String name)
Creates or finds a Architecture from its string representation.
Parameters:
Returns:
values
public static Collection
Gets known Architecture values.
Returns:
Azure SDK for Java feedback
Azure SDK for Java is an open source project. Select a link to provide feedback: