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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET