英語で読む

次の方法で共有


WafMatchVariable 構造体

定義

比較対象の変数を照合します。

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

コンストラクター

WafMatchVariable(String)

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

プロパティ

Cookies

クッキー。

PostArgs

PostArgs。

QueryString

Querystring。

RemoteAddr

RemoteAddr。

RequestBody

RequestBody。

RequestHeader

RequestHeader。

RequestMethod

RequestMethod。

RequestUri

RequestUri。

SocketAddr

SocketAddr。

メソッド

Equals(WafMatchVariable)

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

ToString()

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

演算子

Equality(WafMatchVariable, WafMatchVariable)

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

Implicit(String to WafMatchVariable)

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

Inequality(WafMatchVariable, WafMatchVariable)

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

適用対象