Class PlatformVersion
java.lang.Object
com.azure.core.util.ExpandableStringEnum<PlatformVersion>
com.azure.resourcemanager.apimanagement.models.PlatformVersion
- All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>
public final class PlatformVersion
extends com.azure.core.util.ExpandableStringEnum<PlatformVersion>
Compute Platform Version running the service.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final PlatformVersionStatic value mtv1 for PlatformVersion.static final PlatformVersionStatic value stv1 for PlatformVersion.static final PlatformVersionStatic value stv2 for PlatformVersion.static final PlatformVersionStatic value stv2.1 for PlatformVersion.static final PlatformVersionStatic value undetermined for PlatformVersion. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic PlatformVersionfromString(String name) Creates or finds a PlatformVersion from its string representation.static Collection<PlatformVersion> values()Gets known PlatformVersion values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
UNDETERMINED
Static value undetermined for PlatformVersion. -
STV1
Static value stv1 for PlatformVersion. -
STV2
Static value stv2 for PlatformVersion. -
MTV1
Static value mtv1 for PlatformVersion. -
STV2_1
Static value stv2.1 for PlatformVersion.
-
-
Constructor Details
-
PlatformVersion
Deprecated.Use thefromString(String)factory method.Creates a new instance of PlatformVersion value.
-
-
Method Details
-
fromString
Creates or finds a PlatformVersion from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding PlatformVersion.
-
values
Gets known PlatformVersion values.- Returns:
- known PlatformVersion values.
-
fromString(String)factory method.