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
| Name | Description |
|---|---|
| RouteMapMatchCondition(String) |
Initializes a new instance of RouteMapMatchCondition. |
Properties
| Name | Description |
|---|---|
| Contains |
Contains. |
| EqualsValue |
Equals. |
| NotContains |
NotContains. |
| NotEquals |
NotEquals. |
| Unknown |
Unknown. |
Methods
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
| 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. |