次の方法で共有


RulesEngineMatchTransform 構造体

定義

照合の前に適用される変換について説明します。

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

コンストラクター

RulesEngineMatchTransform(String)

RulesEngineMatchTransform の新しいインスタンスを初期化します。

プロパティ

Lowercase

小文字。

RemoveNulls

RemoveNulls。

Trim

トリム。

Uppercase

大文字。

UriDecode

UrlDecode。

UriEncode

UrlEncode。

メソッド

Equals(RulesEngineMatchTransform)

現在のオブジェクトが、同じ型の別のオブジェクトと等しいかどうかを示します。

ToString()

このインスタンスの完全修飾型名を返します。

演算子

Equality(RulesEngineMatchTransform, RulesEngineMatchTransform)

2 つの RulesEngineMatchTransform 値が同じかどうかを判断します。

Implicit(String to RulesEngineMatchTransform)

文字列を RulesEngineMatchTransform に変換します。

Inequality(RulesEngineMatchTransform, RulesEngineMatchTransform)

2 つの RulesEngineMatchTransform 値が同じでないかどうかを判断します。

適用対象