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.
public class ForwardingConfiguration : Azure.ResourceManager.FrontDoor.Models.RouteConfiguration, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.FrontDoor.Models.ForwardingConfiguration>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.FrontDoor.Models.ForwardingConfiguration>
public class ForwardingConfiguration : Azure.ResourceManager.FrontDoor.Models.RouteConfiguration
type ForwardingConfiguration = class
inherit RouteConfiguration
interface IJsonModel<ForwardingConfiguration>
interface IPersistableModel<ForwardingConfiguration>
type ForwardingConfiguration = class
inherit RouteConfiguration
Public Class ForwardingConfiguration
Inherits RouteConfiguration
Implements IJsonModel(Of ForwardingConfiguration), IPersistableModel(Of ForwardingConfiguration)
Public Class ForwardingConfiguration
Inherits RouteConfiguration
- Inheritance
- Implements
Constructors
ForwardingConfiguration() |
Initializes a new instance of ForwardingConfiguration. |
Properties
BackendPoolId |
Gets or sets Id. |
CacheConfiguration |
The caching configuration associated with this rule. |
CustomForwardingPath |
A custom path used to rewrite resource paths matched by this rule. Leave empty to use incoming path. |
ForwardingProtocol |
Protocol this rule will use when forwarding traffic to backends. |
Explicit Interface Implementations
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET