RoutingRuleData 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.
A routing rule represents a specification for traffic to treat and where to send it, along with health probe information.
public class RoutingRuleData : Azure.ResourceManager.FrontDoor.Models.FrontDoorResourceData, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.FrontDoor.Models.RoutingRuleData>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.FrontDoor.Models.RoutingRuleData>
public class RoutingRuleData : Azure.ResourceManager.FrontDoor.Models.FrontDoorResourceData
type RoutingRuleData = class
inherit FrontDoorResourceData
interface IJsonModel<RoutingRuleData>
interface IPersistableModel<RoutingRuleData>
type RoutingRuleData = class
inherit FrontDoorResourceData
Public Class RoutingRuleData
Inherits FrontDoorResourceData
Implements IJsonModel(Of RoutingRuleData), IPersistableModel(Of RoutingRuleData)
Public Class RoutingRuleData
Inherits FrontDoorResourceData
- Inheritance
- Implements
Constructors
| Name | Description |
|---|---|
| RoutingRuleData() |
Initializes a new instance of RoutingRuleData. |
Properties
| Name | Description |
|---|---|
| AcceptedProtocols |
Protocol schemes to match for this rule. |
| EnabledState |
Whether to enable use of this rule. Permitted values are 'Enabled' or 'Disabled'. |
| FrontendEndpoints |
Frontend endpoints associated with this rule. |
| Id |
Resource ID. (Inherited from FrontDoorResourceData) |
| Name |
Resource name. (Inherited from FrontDoorResourceData) |
| PatternsToMatch |
The route patterns of the rule. |
| ResourceState |
Resource status. |
| ResourceType |
Resource type. (Inherited from FrontDoorResourceData) |
| RouteConfiguration |
A reference to the routing configuration. |
| RulesEngineId |
Resource ID. |
| WebApplicationFirewallPolicyLinkId |
Resource ID. |