IFrontDoor.RulesEngine 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.
Rules Engine Configurations available to routing rules.
[Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.Info(Create=false, Description="Rules Engine Configurations available to routing rules.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IRulesEngine) }, Read=true, ReadOnly=true, Required=false, SerializedName="rulesEngines", Update=false)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IRulesEngine> RulesEngine { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.Info(Create=false, Description="Rules Engine Configurations available to routing rules.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IRulesEngine) }, Read=true, ReadOnly=true, Required=false, SerializedName="rulesEngines", Update=false)>]
member this.RulesEngine : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IRulesEngine>
Public ReadOnly Property RulesEngine As List(Of IRulesEngine)
Property Value
- Attributes