次の方法で共有


WebApplicationFirewallTransform 構造体

定義

一致する前に適用される変換。

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

コンストラクター

WebApplicationFirewallTransform(String)

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

プロパティ

HtmlEntityDecode

HtmlEntityDecode。

Lowercase

小文字。

RemoveNulls

RemoveNulls。

Trim

トリム。

Uppercase

大文字。

UrlDecode

UrlDecode。

UrlEncode

UrlEncode。

メソッド

Equals(WebApplicationFirewallTransform)

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

ToString()

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

演算子

Equality(WebApplicationFirewallTransform, WebApplicationFirewallTransform)

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

Implicit(String to WebApplicationFirewallTransform)

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

Inequality(WebApplicationFirewallTransform, WebApplicationFirewallTransform)

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

適用対象