Class NetworkApiVersion
- java.lang.Object
-
- com.azure.core.util.ExpandableStringEnum<NetworkApiVersion>
-
- com.azure.resourcemanager.compute.models.NetworkApiVersion
-
public final class NetworkApiVersion extends com.azure.core.util.ExpandableStringEnum<NetworkApiVersion>
Defines values for NetworkApiVersion.
-
-
Field Summary
Fields Modifier and Type Field Description static NetworkApiVersionTWO_ZERO_TWO_ZERO_ONE_ONE_ZERO_ONEStatic value 2020-11-01 for NetworkApiVersion.
-
Constructor Summary
Constructors Constructor Description NetworkApiVersion()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static NetworkApiVersionfromString(String name)Creates or finds a NetworkApiVersion from its string representation.static Collection<NetworkApiVersion>values()
-
-
-
Field Detail
-
TWO_ZERO_TWO_ZERO_ONE_ONE_ZERO_ONE
public static final NetworkApiVersion TWO_ZERO_TWO_ZERO_ONE_ONE_ZERO_ONE
Static value 2020-11-01 for NetworkApiVersion.
-
-
Method Detail
-
fromString
public static NetworkApiVersion fromString(String name)
Creates or finds a NetworkApiVersion from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding NetworkApiVersion.
-
values
public static Collection<NetworkApiVersion> values()
- Returns:
- known NetworkApiVersion values.
-
-