public final class SupportedTlsVersions extends com.azure.core.util.ExpandableStringEnum<SupportedTlsVersions>
| Modifier and Type | Field and Description |
|---|---|
static SupportedTlsVersions |
ONE_ONE
Static value 1.1 for SupportedTlsVersions.
|
static SupportedTlsVersions |
ONE_TWO
Static value 1.2 for SupportedTlsVersions.
|
static SupportedTlsVersions |
ONE_ZERO
Static value 1.0 for SupportedTlsVersions.
|
| Constructor and Description |
|---|
SupportedTlsVersions() |
| Modifier and Type | Method and Description |
|---|---|
static SupportedTlsVersions |
fromString(String name)
Creates or finds a SupportedTlsVersions from its string representation.
|
static Collection<SupportedTlsVersions> |
values() |
public static final SupportedTlsVersions ONE_ZERO
public static final SupportedTlsVersions ONE_ONE
public static final SupportedTlsVersions ONE_TWO
public static SupportedTlsVersions fromString(String name)
name - a name to look for.public static Collection<SupportedTlsVersions> values()
Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.