次の方法で共有


RequestMethodMatchConditionMatchValue 構造体

定義

RequestMethodMatchConditionMatchValue。

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

コンストラクター

RequestMethodMatchConditionMatchValue(String)

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

プロパティ

Delete

削除。

Get

GET。

Head

HEAD。

Options

オプション。

Post

投稿。

Put

置く。

Trace

トレース。

メソッド

Equals(RequestMethodMatchConditionMatchValue)

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

ToString()

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

演算子

Equality(RequestMethodMatchConditionMatchValue, RequestMethodMatchConditionMatchValue)

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

Implicit(String to RequestMethodMatchConditionMatchValue)

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

Inequality(RequestMethodMatchConditionMatchValue, RequestMethodMatchConditionMatchValue)

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

適用対象