IFrontDoor.RoutingRule Property
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.
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