NetworkApiVersion Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. compute. models. NetworkApiVersion
- com.
- com.
public final class NetworkApiVersion
extends ExpandableStringEnum<NetworkApiVersion>
specifies the Microsoft.Network API version used when creating networking resources in the Network Interface Configurations.
Field Summary
Modifier and Type | Field and Description |
---|---|
static final
Network |
TWO_ZERO_TWO_ZERO_ONE_ONE_ZERO_ONE
Static value 2020-11-01 for Network |
Constructor Summary
Constructor | Description |
---|---|
NetworkApiVersion() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Network |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Network |
fromString(String name)
Creates or finds a Network |
static
Collection<Network |
values()
Gets known Network |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
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.
Constructor Details
NetworkApiVersion
@Deprecated
public NetworkApiVersion()
Deprecated
Creates a new instance of NetworkApiVersion value.
Method Details
fromString
public static NetworkApiVersion fromString(String name)
Creates or finds a NetworkApiVersion from its string representation.
Parameters:
Returns:
values
public static Collection
Gets known NetworkApiVersion values.
Returns:
Applies to
Azure SDK for Java