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