SupportedTlsVersions Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. appservice. models. SupportedTlsVersions
- com.
- com.
public final class SupportedTlsVersions
extends ExpandableStringEnum<SupportedTlsVersions>
MinTlsVersion: configures the minimum version of TLS required for SSL requests.
Field Summary
Modifier and Type | Field and Description |
---|---|
static final
Supported |
ONE_ONE
Static value 1.1 for Supported |
static final
Supported |
ONE_THREE
Static value 1.3 for Supported |
static final
Supported |
ONE_TWO
Static value 1.2 for Supported |
static final
Supported |
ONE_ZERO
Static value 1.0 for Supported |
Constructor Summary
Constructor | Description |
---|---|
SupportedTlsVersions() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Supported |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Supported |
fromString(String name)
Creates or finds a Supported |
static
Collection<Supported |
values()
Gets known Supported |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
ONE_ONE
public static final SupportedTlsVersions ONE_ONE
Static value 1.1 for SupportedTlsVersions.
ONE_THREE
public static final SupportedTlsVersions ONE_THREE
Static value 1.3 for SupportedTlsVersions.
ONE_TWO
public static final SupportedTlsVersions ONE_TWO
Static value 1.2 for SupportedTlsVersions.
ONE_ZERO
public static final SupportedTlsVersions ONE_ZERO
Static value 1.0 for SupportedTlsVersions.
Constructor Details
SupportedTlsVersions
@Deprecated
public SupportedTlsVersions()
Deprecated
Creates a new instance of SupportedTlsVersions value.
Method Details
fromString
public static SupportedTlsVersions fromString(String name)
Creates or finds a SupportedTlsVersions from its string representation.
Parameters:
Returns:
values
public static Collection
Gets known SupportedTlsVersions values.
Returns:
Applies to
Azure SDK for Java