Aracılığıyla paylaş


ForwardingConfiguration Class

Definition

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
ForwardingConfiguration
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'

Applies to