Class NetFrameworkVersion
- java.lang.Object
-
- com.azure.core.util.ExpandableStringEnum<NetFrameworkVersion>
-
- com.azure.resourcemanager.appservice.models.NetFrameworkVersion
-
public final class NetFrameworkVersion extends com.azure.core.util.ExpandableStringEnum<NetFrameworkVersion>
Defines values for .NET framework version.
-
-
Field Summary
Fields Modifier and Type Field Description static NetFrameworkVersionV3_0Static value v3.5 for NetFrameworkVersion.static NetFrameworkVersionV4_6Static value v4.6 for NetFrameworkVersion.
-
Constructor Summary
Constructors Constructor Description NetFrameworkVersion()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static NetFrameworkVersionfromString(String name)Finds or creates a .NET Framework version based on the name.static Collection<NetFrameworkVersion>values()
-
-
-
Field Detail
-
V3_0
public static final NetFrameworkVersion V3_0
Static value v3.5 for NetFrameworkVersion.
-
V4_6
public static final NetFrameworkVersion V4_6
Static value v4.6 for NetFrameworkVersion.
-
-
Method Detail
-
fromString
public static NetFrameworkVersion fromString(String name)
Finds or creates a .NET Framework version based on the name.- Parameters:
name- a name- Returns:
- an instance of NetFrameworkVersion
-
values
public static Collection<NetFrameworkVersion> values()
- Returns:
- known .NET framework versions
-
-