public final class NetFrameworkVersion extends com.azure.core.util.ExpandableStringEnum<NetFrameworkVersion>
| Modifier and Type | Field and Description |
|---|---|
static NetFrameworkVersion |
V3_0
Static value v3.5 for NetFrameworkVersion.
|
static NetFrameworkVersion |
V4_6
Static value v4.6 for NetFrameworkVersion.
|
| Constructor and Description |
|---|
NetFrameworkVersion() |
| Modifier and Type | Method and Description |
|---|---|
static NetFrameworkVersion |
fromString(String name)
Finds or creates a .NET Framework version based on the name.
|
static Collection<NetFrameworkVersion> |
values() |
public static final NetFrameworkVersion V3_0
public static final NetFrameworkVersion V4_6
public static NetFrameworkVersion fromString(String name)
name - a namepublic static Collection<NetFrameworkVersion> values()
Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.