Partilhar via


RulesEngineMatchTransform Struct

Definition

Describes what transforms are applied before matching.

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

Constructors

Name Description
RulesEngineMatchTransform(String)

Initializes a new instance of RulesEngineMatchTransform.

Properties

Name Description
Lowercase

Lowercase.

RemoveNulls

RemoveNulls.

Trim

Trim.

Uppercase

Uppercase.

UriDecode

UrlDecode.

UriEncode

UrlEncode.

Methods

Name Description
Equals(RulesEngineMatchTransform)

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

Determines if two RulesEngineMatchTransform values are the same.

Implicit(String to RulesEngineMatchTransform)

Converts a String to a RulesEngineMatchTransform.

Inequality(RulesEngineMatchTransform, RulesEngineMatchTransform)

Determines if two RulesEngineMatchTransform values are not the same.

Applies to