public enum AfdMinimumTlsVersion extends Enum<AfdMinimumTlsVersion>
| Enum Constant and Description |
|---|
TLS10
Enum value TLS10.
|
TLS12
Enum value TLS12.
|
| Modifier and Type | Method and Description |
|---|---|
static AfdMinimumTlsVersion |
fromString(String value)
Parses a serialized value to a AfdMinimumTlsVersion instance.
|
String |
toString() |
static AfdMinimumTlsVersion |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AfdMinimumTlsVersion[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AfdMinimumTlsVersion TLS10
public static final AfdMinimumTlsVersion TLS12
public static AfdMinimumTlsVersion[] values()
public static AfdMinimumTlsVersion valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic static AfdMinimumTlsVersion fromString(String value)
value - the serialized value to parse.public String toString()
toString in class Enum<AfdMinimumTlsVersion>Copyright © 2021 Microsoft Corporation. All rights reserved.