Class SupportedTlsVersions
- java.lang.Object
-
- com.azure.core.util.ExpandableStringEnum<SupportedTlsVersions>
-
- com.azure.resourcemanager.appservice.models.SupportedTlsVersions
-
public final class SupportedTlsVersions extends com.azure.core.util.ExpandableStringEnum<SupportedTlsVersions>
Defines values for SupportedTlsVersions.
-
-
Field Summary
Fields Modifier and Type Field Description static SupportedTlsVersionsONE_ONEStatic value 1.1 for SupportedTlsVersions.static SupportedTlsVersionsONE_TWOStatic value 1.2 for SupportedTlsVersions.static SupportedTlsVersionsONE_ZEROStatic value 1.0 for SupportedTlsVersions.
-
Constructor Summary
Constructors Constructor Description SupportedTlsVersions()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static SupportedTlsVersionsfromString(String name)Creates or finds a SupportedTlsVersions from its string representation.static Collection<SupportedTlsVersions>values()
-
-
-
Field Detail
-
ONE_ZERO
public static final SupportedTlsVersions ONE_ZERO
Static value 1.0 for SupportedTlsVersions.
-
ONE_ONE
public static final SupportedTlsVersions ONE_ONE
Static value 1.1 for SupportedTlsVersions.
-
ONE_TWO
public static final SupportedTlsVersions ONE_TWO
Static value 1.2 for SupportedTlsVersions.
-
-
Method Detail
-
fromString
public static SupportedTlsVersions fromString(String name)
Creates or finds a SupportedTlsVersions from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding SupportedTlsVersions.
-
values
public static Collection<SupportedTlsVersions> values()
- Returns:
- known SupportedTlsVersions values.
-
-