public final class ProcessorArchitecture extends com.microsoft.rest.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 forpublic static Collection<ProcessorArchitecture> values()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/