你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
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.
Field Summary
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 Summary
Constructor | Description |
---|---|
Architecture() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Architecture value. |
Method Summary
Modifier and Type | Method and Description |
---|---|
static Architecture |
fromString(String name)
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
Field Details
ARM64
public static final Architecture ARM64
Static value Arm64 for Architecture.
X64
public static final Architecture X64
Static value x64 for Architecture.
Constructor Details
Architecture
@Deprecated
public Architecture()
Deprecated
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:
Returns:
values
public static Collection
Gets known Architecture values.
Returns: