ForwardingConfiguration interface
Describes Forwarding Route.
- Extends
Properties
| backend |
A reference to the BackendPool which this rule routes to. |
| cache |
The caching configuration associated with this rule. |
| custom |
A custom path used to rewrite resource paths matched by this rule. Leave empty to use incoming path. |
| forwarding |
Protocol this rule will use when forwarding traffic to backends. |
| odata |
Polymorphic discriminator, which specifies the different types this object can be |
Property Details
backendPool
A reference to the BackendPool which this rule routes to.
backendPool?: SubResource
Property Value
cacheConfiguration
The caching configuration associated with this rule.
cacheConfiguration?: CacheConfiguration
Property Value
customForwardingPath
A custom path used to rewrite resource paths matched by this rule. Leave empty to use incoming path.
customForwardingPath?: string
Property Value
string
forwardingProtocol
Protocol this rule will use when forwarding traffic to backends.
forwardingProtocol?: string
Property Value
string
odataType
Polymorphic discriminator, which specifies the different types this object can be
odataType: "#Microsoft.Azure.FrontDoor.Models.FrontdoorForwardingConfiguration"
Property Value
"#Microsoft.Azure.FrontDoor.Models.FrontdoorForwardingConfiguration"