Class ProtocolType
java.lang.Object
com.azure.core.util.ExpandableStringEnum<ProtocolType>
com.azure.resourcemanager.cdn.models.ProtocolType
- All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>
Defines the TLS extension protocol that is used for secure delivery.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ProtocolTypeStatic value IPBased for ProtocolType.static final ProtocolTypeStatic value ServerNameIndication for ProtocolType. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ProtocolTypefromString(String name) Creates or finds a ProtocolType from its string representation.static Collection<ProtocolType> values()Gets known ProtocolType values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
SERVER_NAME_INDICATION
Static value ServerNameIndication for ProtocolType. -
IPBASED
Static value IPBased for ProtocolType.
-
-
Constructor Details
-
ProtocolType
Deprecated.Use thefromString(String)factory method.Creates a new instance of ProtocolType value.
-
-
Method Details
-
fromString
Creates or finds a ProtocolType from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding ProtocolType.
-
values
Gets known ProtocolType values.- Returns:
- known ProtocolType values.
-
fromString(String)factory method.