IRulesEngineAction.RouteConfigurationOverride 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.
Override the route configuration.
[Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.Info(Create=true, Description="Override the route configuration.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IRouteConfiguration) }, Read=true, ReadOnly=false, Required=false, SerializedName="routeConfigurationOverride", Update=true)]
public Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IRouteConfiguration RouteConfigurationOverride { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.Info(Create=true, Description="Override the route configuration.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IRouteConfiguration) }, Read=true, ReadOnly=false, Required=false, SerializedName="routeConfigurationOverride", Update=true)>]
member this.RouteConfigurationOverride : Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IRouteConfiguration with get, set
Public Property RouteConfigurationOverride As IRouteConfiguration
Property Value
- Attributes