ForwardingConfiguration Constructors
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.
Overloads
ForwardingConfiguration() |
Initializes a new instance of the ForwardingConfiguration class. |
ForwardingConfiguration(String, String, CacheConfiguration, SubResource) |
Initializes a new instance of the ForwardingConfiguration class. |
ForwardingConfiguration()
Initializes a new instance of the ForwardingConfiguration class.
public ForwardingConfiguration ();
Public Sub New ()
Applies to
ForwardingConfiguration(String, String, CacheConfiguration, SubResource)
Initializes a new instance of the ForwardingConfiguration class.
public ForwardingConfiguration (string customForwardingPath = default, string forwardingProtocol = default, Microsoft.Azure.Management.FrontDoor.Models.CacheConfiguration cacheConfiguration = default, Microsoft.Azure.Management.FrontDoor.Models.SubResource backendPool = default);
new Microsoft.Azure.Management.FrontDoor.Models.ForwardingConfiguration : string * string * Microsoft.Azure.Management.FrontDoor.Models.CacheConfiguration * Microsoft.Azure.Management.FrontDoor.Models.SubResource -> Microsoft.Azure.Management.FrontDoor.Models.ForwardingConfiguration
Public Sub New (Optional customForwardingPath As String = Nothing, Optional forwardingProtocol As String = Nothing, Optional cacheConfiguration As CacheConfiguration = Nothing, Optional backendPool As SubResource = Nothing)
Parameters
- customForwardingPath
- String
A custom path used to rewrite resource paths matched by this rule. Leave empty to use incoming path.
- forwardingProtocol
- String
Protocol this rule will use when forwarding traffic to backends. Possible values include: 'HttpOnly', 'HttpsOnly', 'MatchRequest'
- cacheConfiguration
- CacheConfiguration
The caching configuration associated with this rule.
- backendPool
- SubResource
A reference to the BackendPool which this rule routes to.