ProtocolType Class
- java.
lang. Object - com.
microsoft. rest. ExpandableStringEnum - com.
microsoft. azure. management. cdn. ProtocolType
- com.
- com.
public final class ProtocolType
extends com.microsoft.rest.ExpandableStringEnum<ProtocolType>
Defines values for ProtocolType.
Field Summary
Modifier and Type | Field and Description |
---|---|
static final
Protocol |
IPBASED
Static value IPBased for Protocol |
static final
Protocol |
SERVER_NAME_INDICATION
Static value Server |
Constructor Summary
Constructor | Description | |
---|---|---|
ProtocolType() |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Protocol |
fromString(String name)
Creates or finds a Protocol |
static
java.util.Collection<Protocol |
values() |
Methods inherited from com.microsoft.rest.ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
IPBASED
public static final ProtocolType IPBASED
Static value IPBased for ProtocolType.
SERVER_NAME_INDICATION
public static final ProtocolType SERVER_NAME_INDICATION
Static value ServerNameIndication for ProtocolType.
Constructor Details
ProtocolType
public ProtocolType()
Method Details
fromString
public static ProtocolType fromString(String name)
Creates or finds a ProtocolType from its string representation.
Parameters:
Returns:
values
public static Collection
Returns:
Applies to
Azure SDK for Java