你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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

RulesEngineMatchTransform(String)

Initializes a new instance of RulesEngineMatchTransform.

Properties

Lowercase

Lowercase.

RemoveNulls

RemoveNulls.

Trim

Trim.

Uppercase

Uppercase.

UriDecode

UrlDecode.

UriEncode

UrlEncode.

Methods

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

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