Share via


MatchProcessingBehavior Struct

Definition

If this rule is a match should the rules engine continue running the remaining rules or stop. If not present, defaults to Continue.

public readonly struct MatchProcessingBehavior : IEquatable<Azure.ResourceManager.Cdn.Models.MatchProcessingBehavior>
type MatchProcessingBehavior = struct
Public Structure MatchProcessingBehavior
Implements IEquatable(Of MatchProcessingBehavior)
Inheritance
MatchProcessingBehavior
Implements

Constructors

MatchProcessingBehavior(String)

Initializes a new instance of MatchProcessingBehavior.

Properties

Continue

Continue.

Stop

Stop.

Methods

Equals(MatchProcessingBehavior)

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(MatchProcessingBehavior, MatchProcessingBehavior)

Determines if two MatchProcessingBehavior values are the same.

Implicit(String to MatchProcessingBehavior)

Converts a string to a MatchProcessingBehavior.

Inequality(MatchProcessingBehavior, MatchProcessingBehavior)

Determines if two MatchProcessingBehavior values are not the same.

Applies to