Class ForwardingConfigurationResponse


  • public final class ForwardingConfigurationResponse
    extends java.lang.Object
    • Method Detail

      • backendPool

        public java.util.Optional<SubResourceResponse> backendPool()
        Returns:
        A reference to the BackendPool which this rule routes to.
      • cacheConfiguration

        public java.util.Optional<CacheConfigurationResponse> cacheConfiguration()
        Returns:
        The caching configuration associated with this rule.
      • customForwardingPath

        public java.util.Optional<java.lang.String> customForwardingPath()
        Returns:
        A custom path used to rewrite resource paths matched by this rule. Leave empty to use incoming path.
      • forwardingProtocol

        public java.util.Optional<java.lang.String> forwardingProtocol()
        Returns:
        Protocol this rule will use when forwarding traffic to backends.
      • odataType

        public java.lang.String odataType()
        Returns:
        Expected value is '#Microsoft.Azure.FrontDoor.Models.FrontdoorForwardingConfiguration'.