Uses of Class
com.azure.resourcemanager.cdn.models.ForwardingProtocol
Packages that use ForwardingProtocol
Package
Description
Package containing the inner data models for CdnManagementClient.
Package containing the data models for CdnManagementClient.
-
Uses of ForwardingProtocol in com.azure.resourcemanager.cdn.fluent.models
Methods in com.azure.resourcemanager.cdn.fluent.models that return ForwardingProtocolModifier and TypeMethodDescriptionRouteInner.forwardingProtocol()Get the forwardingProtocol property: Protocol this rule will use when forwarding traffic to backends.RouteUpdatePropertiesParameters.forwardingProtocol()Get the forwardingProtocol property: Protocol this rule will use when forwarding traffic to backends.Methods in com.azure.resourcemanager.cdn.fluent.models with parameters of type ForwardingProtocolModifier and TypeMethodDescriptionRouteInner.withForwardingProtocol(ForwardingProtocol forwardingProtocol) Set the forwardingProtocol property: Protocol this rule will use when forwarding traffic to backends.RouteProperties.withForwardingProtocol(ForwardingProtocol forwardingProtocol) Set the forwardingProtocol property: Protocol this rule will use when forwarding traffic to backends.RouteUpdatePropertiesParameters.withForwardingProtocol(ForwardingProtocol forwardingProtocol) Set the forwardingProtocol property: Protocol this rule will use when forwarding traffic to backends. -
Uses of ForwardingProtocol in com.azure.resourcemanager.cdn.models
Fields in com.azure.resourcemanager.cdn.models 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.azure.resourcemanager.cdn.models that return ForwardingProtocolModifier and TypeMethodDescriptionOriginGroupOverride.forwardingProtocol()Get the forwardingProtocol property: Protocol this rule will use when forwarding traffic to backends.RouteUpdateParameters.forwardingProtocol()Get the forwardingProtocol property: 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.azure.resourcemanager.cdn.models that return types with arguments of type ForwardingProtocolModifier and TypeMethodDescriptionstatic Collection<ForwardingProtocol>ForwardingProtocol.values()Gets known ForwardingProtocol values.Methods in com.azure.resourcemanager.cdn.models with parameters of type ForwardingProtocolModifier and TypeMethodDescriptionOriginGroupOverride.withForwardingProtocol(ForwardingProtocol forwardingProtocol) Set the forwardingProtocol property: Protocol this rule will use when forwarding traffic to backends.RouteUpdateParameters.withForwardingProtocol(ForwardingProtocol forwardingProtocol) Set the forwardingProtocol property: Protocol this rule will use when forwarding traffic to backends.