Uses of Class
com.azure.resourcemanager.cdn.models.ForwardingProtocol
-
Packages that use ForwardingProtocol Package Description com.azure.resourcemanager.cdn.fluent.models Package containing the inner data models for CdnManagementClient.com.azure.resourcemanager.cdn.models 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 ForwardingProtocol Modifier and Type Method Description ForwardingProtocolRouteInner. forwardingProtocol()Get the forwardingProtocol property: Protocol this rule will use when forwarding traffic to backends.ForwardingProtocolRouteUpdatePropertiesParameters. 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 ForwardingProtocol Modifier and Type Method Description RouteInnerRouteInner. withForwardingProtocol(ForwardingProtocol forwardingProtocol)Set the forwardingProtocol property: Protocol this rule will use when forwarding traffic to backends.RoutePropertiesRouteProperties. withForwardingProtocol(ForwardingProtocol forwardingProtocol)Set the forwardingProtocol property: Protocol this rule will use when forwarding traffic to backends.RouteUpdatePropertiesParametersRouteUpdatePropertiesParameters. 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 ForwardingProtocol Modifier and Type Field Description static ForwardingProtocolForwardingProtocol. HTTP_ONLYStatic value HttpOnly for ForwardingProtocol.static ForwardingProtocolForwardingProtocol. HTTPS_ONLYStatic value HttpsOnly for ForwardingProtocol.static ForwardingProtocolForwardingProtocol. MATCH_REQUESTStatic value MatchRequest for ForwardingProtocol.Methods in com.azure.resourcemanager.cdn.models that return ForwardingProtocol Modifier and Type Method Description ForwardingProtocolOriginGroupOverride. forwardingProtocol()Get the forwardingProtocol property: Protocol this rule will use when forwarding traffic to backends.ForwardingProtocolRouteUpdateParameters. 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 ForwardingProtocol Modifier and Type Method Description static Collection<ForwardingProtocol>ForwardingProtocol. values()Methods in com.azure.resourcemanager.cdn.models with parameters of type ForwardingProtocol Modifier and Type Method Description OriginGroupOverrideOriginGroupOverride. withForwardingProtocol(ForwardingProtocol forwardingProtocol)Set the forwardingProtocol property: Protocol this rule will use when forwarding traffic to backends.RouteUpdateParametersRouteUpdateParameters. withForwardingProtocol(ForwardingProtocol forwardingProtocol)Set the forwardingProtocol property: Protocol this rule will use when forwarding traffic to backends.
-