ForwardingProtocol Class
- java.
lang. Object - com.
microsoft. rest. ExpandableStringEnum - com.
microsoft. azure. management. cdn. ForwardingProtocol
- com.
- com.
public final class ForwardingProtocol
extends com.microsoft.rest.ExpandableStringEnum<ForwardingProtocol>
Defines values for ForwardingProtocol.
Field Summary
Modifier and Type | Field and Description |
---|---|
static final
Forwarding |
HTTPS_ONLY
Static value Https |
static final
Forwarding |
HTTP_ONLY
Static value Http |
static final
Forwarding |
MATCH_REQUEST
Static value Match |
Constructor Summary
Constructor | Description | |
---|---|---|
ForwardingProtocol() |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Forwarding |
fromString(String name)
Creates or finds a Forwarding |
static
java.util.Collection<Forwarding |
values() |
Methods inherited from com.microsoft.rest.ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
HTTPS_ONLY
public static final ForwardingProtocol HTTPS_ONLY
Static value HttpsOnly for ForwardingProtocol.
HTTP_ONLY
public static final ForwardingProtocol HTTP_ONLY
Static value HttpOnly for ForwardingProtocol.
MATCH_REQUEST
public static final ForwardingProtocol MATCH_REQUEST
Static value MatchRequest for ForwardingProtocol.
Constructor Details
ForwardingProtocol
public ForwardingProtocol()
Method Details
fromString
public static ForwardingProtocol fromString(String name)
Creates or finds a ForwardingProtocol from its string representation.
Parameters:
Returns:
values
public static Collection
Returns:
Applies to
Azure SDK for Java