Class Architecture
java.lang.Object
com.microsoft.rest.ExpandableStringEnum<Architecture>
com.microsoft.azure.management.containerregistry.Architecture
Defines values for Architecture.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Architecture
Static value amd64 for Architecture.static final Architecture
Static value arm for Architecture.static final Architecture
Static value x86 for Architecture. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Architecture
fromString
(String name) Creates or finds a Architecture from its string representation.static Collection<Architecture>
values()
Methods inherited from class com.microsoft.rest.ExpandableStringEnum
equals, fromString, hashCode, toString, values, withNameValue
-
Field Details
-
AMD64
Static value amd64 for Architecture. -
X86
Static value x86 for Architecture. -
ARM
Static value arm for Architecture.
-
-
Constructor Details
-
Architecture
public Architecture()
-
-
Method Details
-
fromString
Creates or finds a Architecture from its string representation.- Parameters:
name
- a name to look for- Returns:
- the corresponding Architecture
-
values
- Returns:
- known Architecture values
-