ForwardingConfigurationResponse

data class ForwardingConfigurationResponse(val backendPool: SubResourceResponse? = null, val cacheConfiguration: CacheConfigurationResponse? = null, val customForwardingPath: String? = null, val forwardingProtocol: String? = null, val odataType: String)

Describes Forwarding Route.

Constructors

Link copied to clipboard
constructor(backendPool: SubResourceResponse? = null, cacheConfiguration: CacheConfigurationResponse? = null, customForwardingPath: String? = null, forwardingProtocol: String? = null, odataType: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A reference to the BackendPool which this rule routes to.

Link copied to clipboard

The caching configuration associated with this rule.

Link copied to clipboard

A custom path used to rewrite resource paths matched by this rule. Leave empty to use incoming path.

Link copied to clipboard

Protocol this rule will use when forwarding traffic to backends.

Link copied to clipboard

Expected value is '#Microsoft.Azure.FrontDoor.Models.FrontdoorForwardingConfiguration'.