Class ProtocolType
java.lang.Object
com.microsoft.rest.ExpandableStringEnum<ProtocolType>
com.microsoft.azure.management.cdn.ProtocolType
Defines values for ProtocolType.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final ProtocolType
Static value IPBased for ProtocolType.static final ProtocolType
Static value ServerNameIndication for ProtocolType. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic ProtocolType
fromString
(String name) Creates or finds a ProtocolType from its string representation.static Collection<ProtocolType>
values()
Methods inherited from class com.microsoft.rest.ExpandableStringEnum
equals, fromString, hashCode, toString, values, withNameValue
-
Field Details
-
SERVER_NAME_INDICATION
Static value ServerNameIndication for ProtocolType. -
IPBASED
Static value IPBased for ProtocolType.
-
-
Constructor Details
-
ProtocolType
public ProtocolType()
-
-
Method Details
-
fromString
Creates or finds a ProtocolType from its string representation.- Parameters:
name
- a name to look for- Returns:
- the corresponding ProtocolType
-
values
- Returns:
- known ProtocolType values
-