RouteMapMatchCondition 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.
Match condition to apply RouteMap rules.
public readonly struct RouteMapMatchCondition : IEquatable<Azure.ResourceManager.Network.Models.RouteMapMatchCondition>
type RouteMapMatchCondition = struct
Public Structure RouteMapMatchCondition
Implements IEquatable(Of RouteMapMatchCondition)
- Inheritance
-
RouteMapMatchCondition
- Implements
Constructors
RouteMapMatchCondition(String) |
Initializes a new instance of RouteMapMatchCondition. |
Properties
Contains |
Contains. |
EqualsValue |
Equals. |
NotContains |
NotContains. |
NotEquals |
NotEquals. |
Unknown |
Unknown. |
Methods
Equals(RouteMapMatchCondition) |
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(RouteMapMatchCondition, RouteMapMatchCondition) |
Determines if two RouteMapMatchCondition values are the same. |
Implicit(String to RouteMapMatchCondition) |
Converts a string to a RouteMapMatchCondition. |
Inequality(RouteMapMatchCondition, RouteMapMatchCondition) |
Determines if two RouteMapMatchCondition values are not the same. |
Applies to
Azure SDK for .NET