RouteMapNextStepBehavior Struct
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.
Supported next step behaviors after a rule is applied to a matched route.
public readonly struct RouteMapNextStepBehavior : IEquatable<Azure.ResourceManager.Network.Models.RouteMapNextStepBehavior>
type RouteMapNextStepBehavior = struct
Public Structure RouteMapNextStepBehavior
Implements IEquatable(Of RouteMapNextStepBehavior)
- Inheritance
-
RouteMapNextStepBehavior
- Implements
Constructors
RouteMapNextStepBehavior(String) |
Initializes a new instance of RouteMapNextStepBehavior. |
Properties
Continue |
Continue. |
Terminate |
Terminate. |
Unknown |
Unknown. |
Methods
Equals(RouteMapNextStepBehavior) |
Indicates whether the current object is equal to another object of the same type. |
ToString() |
Returns the fully qualified type name of this instance. |
Operators
Equality(RouteMapNextStepBehavior, RouteMapNextStepBehavior) |
Determines if two RouteMapNextStepBehavior values are the same. |
Implicit(String to RouteMapNextStepBehavior) |
Converts a string to a RouteMapNextStepBehavior. |
Inequality(RouteMapNextStepBehavior, RouteMapNextStepBehavior) |
Determines if two RouteMapNextStepBehavior values are not the same. |
Applies to
Azure SDK for .NET