public final class Architecture extends com.microsoft.rest.ExpandableStringEnum<Architecture>
| Modifier and Type | Field and Description |
|---|---|
static Architecture |
AMD64
Static value amd64 for Architecture.
|
static Architecture |
ARM
Static value arm for Architecture.
|
static Architecture |
X86
Static value x86 for Architecture.
|
| Constructor and Description |
|---|
Architecture() |
| Modifier and Type | Method and Description |
|---|---|
static Architecture |
fromString(String name)
Creates or finds a Architecture from its string representation.
|
static Collection<Architecture> |
values() |
public static final Architecture AMD64
public static final Architecture X86
public static final Architecture ARM
public static Architecture fromString(String name)
name - a name to look forpublic static Collection<Architecture> values()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/