Share via


IFrontDoor.RoutingRule Property

Definition

Routing rules associated with this Front Door.

[Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.Info(Create=true, Description="Routing rules associated with this Front Door.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IRoutingRule) }, Read=true, ReadOnly=false, Required=false, SerializedName="routingRules", Update=true)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IRoutingRule> RoutingRule { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.Info(Create=true, Description="Routing rules associated with this Front Door.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IRoutingRule) }, Read=true, ReadOnly=false, Required=false, SerializedName="routingRules", Update=true)>]
member this.RoutingRule : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IRoutingRule> with get, set
Public Property RoutingRule As List(Of IRoutingRule)

Property Value

Attributes

Applies to