Class ApplicationGatewaySslProtocol
java.lang.Object
com.azure.core.util.ExpandableStringEnum<ApplicationGatewaySslProtocol>
com.azure.resourcemanager.network.models.ApplicationGatewaySslProtocol
- All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>
public final class ApplicationGatewaySslProtocol
extends com.azure.core.util.ExpandableStringEnum<ApplicationGatewaySslProtocol>
Ssl protocol enums.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ApplicationGatewaySslProtocolStatic value TLSv1_0 for ApplicationGatewaySslProtocol.static final ApplicationGatewaySslProtocolStatic value TLSv1_1 for ApplicationGatewaySslProtocol.static final ApplicationGatewaySslProtocolStatic value TLSv1_2 for ApplicationGatewaySslProtocol.static final ApplicationGatewaySslProtocolStatic value TLSv1_3 for ApplicationGatewaySslProtocol. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfromString(String name) Creates or finds a ApplicationGatewaySslProtocol from its string representation.values()Gets known ApplicationGatewaySslProtocol values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
TLSV1_0
Static value TLSv1_0 for ApplicationGatewaySslProtocol. -
TLSV1_1
Static value TLSv1_1 for ApplicationGatewaySslProtocol. -
TLSV1_2
Static value TLSv1_2 for ApplicationGatewaySslProtocol. -
TLSV1_3
Static value TLSv1_3 for ApplicationGatewaySslProtocol.
-
-
Constructor Details
-
ApplicationGatewaySslProtocol
Deprecated.Use thefromString(String)factory method.Creates a new instance of ApplicationGatewaySslProtocol value.
-
-
Method Details
-
fromString
Creates or finds a ApplicationGatewaySslProtocol from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding ApplicationGatewaySslProtocol.
-
values
Gets known ApplicationGatewaySslProtocol values.- Returns:
- known ApplicationGatewaySslProtocol values.
-
fromString(String)factory method.