Class SupportedTlsVersions
java.lang.Object
com.azure.core.util.ExpandableStringEnum<SupportedTlsVersions>
com.azure.resourcemanager.appservice.models.SupportedTlsVersions
- All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>
public final class SupportedTlsVersions
extends com.azure.core.util.ExpandableStringEnum<SupportedTlsVersions>
MinTlsVersion: configures the minimum version of TLS required for SSL requests.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final SupportedTlsVersions
Static value 1.1 for SupportedTlsVersions.static final SupportedTlsVersions
Static value 1.3 for SupportedTlsVersions.static final SupportedTlsVersions
Static value 1.2 for SupportedTlsVersions.static final SupportedTlsVersions
Static value 1.0 for SupportedTlsVersions. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic SupportedTlsVersions
fromString
(String name) Creates or finds a SupportedTlsVersions from its string representation.static Collection
<SupportedTlsVersions> values()
Gets known SupportedTlsVersions values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
ONE_ZERO
Static value 1.0 for SupportedTlsVersions. -
ONE_ONE
Static value 1.1 for SupportedTlsVersions. -
ONE_TWO
Static value 1.2 for SupportedTlsVersions. -
ONE_THREE
Static value 1.3 for SupportedTlsVersions.
-
-
Constructor Details
-
SupportedTlsVersions
Deprecated.Use thefromString(String)
factory method.Creates a new instance of SupportedTlsVersions value.
-
-
Method Details
-
fromString
Creates or finds a SupportedTlsVersions from its string representation.- Parameters:
name
- a name to look for.- Returns:
- the corresponding SupportedTlsVersions.
-
values
Gets known SupportedTlsVersions values.- Returns:
- known SupportedTlsVersions values.
-
fromString(String)
factory method.