Share via


RouteMapRule.NextStepIfMatched Property

Definition

Next step after rule is evaluated. Current supported behaviors are 'Continue'(to next rule) and 'Terminate'.

public Azure.ResourceManager.Network.Models.RouteMapNextStepBehavior? NextStepIfMatched { get; set; }
member this.NextStepIfMatched : Nullable<Azure.ResourceManager.Network.Models.RouteMapNextStepBehavior> with get, set
Public Property NextStepIfMatched As Nullable(Of RouteMapNextStepBehavior)

Property Value

Applies to