Share via


RouteMapMatchCondition Struct

Definition

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