ArchitectureTypes Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. compute. models. ArchitectureTypes
- com.
- com.
public final class ArchitectureTypes
extends ExpandableStringEnum<ArchitectureTypes>
Specifies the Architecture Type.
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 |
---|---|
ArchitectureTypes() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Architecture |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Architecture |
fromString(String name)
Creates or finds a Architecture |
static
Collection<Architecture |
values()
Gets known Architecture |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
ARM64
public static final ArchitectureTypes ARM64
Static value Arm64 for ArchitectureTypes.
X64
public static final ArchitectureTypes X64
Static value x64 for ArchitectureTypes.
Constructor Details
ArchitectureTypes
@Deprecated
public ArchitectureTypes()
Deprecated
Creates a new instance of ArchitectureTypes value.
Method Details
fromString
public static ArchitectureTypes fromString(String name)
Creates or finds a ArchitectureTypes from its string representation.
Parameters:
Returns:
values
public static Collection
Gets known ArchitectureTypes values.
Returns:
Applies to
Azure SDK for Java