Class ArchitectureTypes
java.lang.Object
com.azure.core.util.ExpandableStringEnum<ArchitectureTypes>
com.azure.resourcemanager.compute.models.ArchitectureTypes
public final class ArchitectureTypes
extends com.azure.core.util.ExpandableStringEnum<ArchitectureTypes>
Specifies the Architecture Type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ArchitectureTypesStatic value Arm64 for ArchitectureTypes.static final ArchitectureTypesStatic value x64 for ArchitectureTypes. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ArchitectureTypesfromString(String name) Creates or finds a ArchitectureTypes from its string representation.static Collection<ArchitectureTypes>values()Gets known ArchitectureTypes values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
X64
Static value x64 for ArchitectureTypes. -
ARM64
Static value Arm64 for ArchitectureTypes.
-
-
Constructor Details
-
ArchitectureTypes
Deprecated.Use thefromString(String)factory method.Creates a new instance of ArchitectureTypes value.
-
-
Method Details
-
fromString
Creates or finds a ArchitectureTypes from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding ArchitectureTypes.
-
values
Gets known ArchitectureTypes values.- Returns:
- known ArchitectureTypes values.
-
fromString(String)factory method.