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>
The architecture of the image. Applicable to OS disks only.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ArchitectureStatic value Arm64 for Architecture.static final ArchitectureStatic value x64 for Architecture. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ArchitecturefromString(String name) Creates or finds a Architecture from its string representation.static Collection<Architecture> values()Gets known Architecture values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
X64
Static value x64 for Architecture. -
ARM64
Static value Arm64 for Architecture.
-
-
Constructor Details
-
Architecture
Deprecated.Use thefromString(String)factory method.Creates a new instance of Architecture value.
-
-
Method Details
-
fromString
Creates or finds a Architecture from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding Architecture.
-
values
Gets known Architecture values.- Returns:
- known Architecture values.
-
fromString(String)factory method.