ForwardingConfiguration Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Describes Forwarding Route.
[Newtonsoft.Json.JsonObject("#Microsoft.Azure.FrontDoor.Models.FrontdoorForwardingConfiguration")]
public class ForwardingConfiguration : Microsoft.Azure.Management.FrontDoor.Models.RouteConfiguration
[<Newtonsoft.Json.JsonObject("#Microsoft.Azure.FrontDoor.Models.FrontdoorForwardingConfiguration")>]
type ForwardingConfiguration = class
inherit RouteConfiguration
Public Class ForwardingConfiguration
Inherits RouteConfiguration
- Inheritance
- Attributes
-
Newtonsoft.Json.JsonObjectAttribute
Constructors
ForwardingConfiguration() |
Initializes a new instance of the ForwardingConfiguration class. |
ForwardingConfiguration(String, String, CacheConfiguration, SubResource) |
Initializes a new instance of the ForwardingConfiguration class. |
Properties
BackendPool |
Gets or sets a reference to the BackendPool which this rule routes to. |
CacheConfiguration |
Gets or sets the caching configuration associated with this rule. |
CustomForwardingPath |
Gets or sets a custom path used to rewrite resource paths matched by this rule. Leave empty to use incoming path. |
ForwardingProtocol |
Gets or sets protocol this rule will use when forwarding traffic to backends. Possible values include: 'HttpOnly', 'HttpsOnly', 'MatchRequest' |