Uses of Class
com.microsoft.azure.management.cdn.ForwardingProtocol
Packages that use ForwardingProtocol
Package
Description
This package contains the classes for CdnManagementClient.
-
Uses of ForwardingProtocol in com.microsoft.azure.management.cdn
Fields in com.microsoft.azure.management.cdn declared as ForwardingProtocolModifier and TypeFieldDescriptionstatic final ForwardingProtocolForwardingProtocol.HTTP_ONLYStatic value HttpOnly for ForwardingProtocol.static final ForwardingProtocolForwardingProtocol.HTTPS_ONLYStatic value HttpsOnly for ForwardingProtocol.static final ForwardingProtocolForwardingProtocol.MATCH_REQUESTStatic value MatchRequest for ForwardingProtocol.Methods in com.microsoft.azure.management.cdn that return ForwardingProtocolModifier and TypeMethodDescriptionRouteUpdateParameters.forwardingProtocol()Get protocol this rule will use when forwarding traffic to backends.static ForwardingProtocolForwardingProtocol.fromString(String name) Creates or finds a ForwardingProtocol from its string representation.Methods in com.microsoft.azure.management.cdn that return types with arguments of type ForwardingProtocolModifier and TypeMethodDescriptionstatic Collection<ForwardingProtocol>ForwardingProtocol.values()Methods in com.microsoft.azure.management.cdn with parameters of type ForwardingProtocolModifier and TypeMethodDescriptionRouteUpdateParameters.withForwardingProtocol(ForwardingProtocol forwardingProtocol) Set protocol this rule will use when forwarding traffic to backends.