Class SupportedTlsVersions
java.lang.Object
com.microsoft.rest.ExpandableStringEnum<SupportedTlsVersions>
com.microsoft.azure.management.appservice.SupportedTlsVersions
public final class SupportedTlsVersions
extends com.microsoft.rest.ExpandableStringEnum<SupportedTlsVersions>
Defines values for SupportedTlsVersions.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final SupportedTlsVersions
Static value 1.1 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()
Methods inherited from class com.microsoft.rest.ExpandableStringEnum
equals, fromString, hashCode, toString, values, withNameValue
-
Field Details
-
ONE_FULL_STOP_ZERO
Static value 1.0 for SupportedTlsVersions. -
ONE_FULL_STOP_ONE
Static value 1.1 for SupportedTlsVersions. -
ONE_FULL_STOP_TWO
Static value 1.2 for SupportedTlsVersions.
-
-
Constructor Details
-
SupportedTlsVersions
public SupportedTlsVersions()
-
-
Method Details
-
fromString
Creates or finds a SupportedTlsVersions from its string representation.- Parameters:
name
- a name to look for- Returns:
- the corresponding SupportedTlsVersions
-
values
- Returns:
- known SupportedTlsVersions values
-