public final class ProcessorArchitecture extends com.azure.core.util.ExpandableStringEnum<ProcessorArchitecture>
| Modifier and Type | Field and Description |
|---|---|
static ProcessorArchitecture |
AMD64
Static value Amd64 for ProcessorArchitecture.
|
static ProcessorArchitecture |
X86
Static value X86 for ProcessorArchitecture.
|
| Constructor and Description |
|---|
ProcessorArchitecture() |
| Modifier and Type | Method and Description |
|---|---|
static ProcessorArchitecture |
fromString(String name)
Creates or finds a ProcessorArchitecture from its string representation.
|
static Collection<ProcessorArchitecture> |
values() |
public static final ProcessorArchitecture AMD64
public static final ProcessorArchitecture X86
public static ProcessorArchitecture fromString(String name)
name - a name to look for.public static Collection<ProcessorArchitecture> values()
Copyright © 2020 Microsoft Corporation. All rights reserved.