次の方法で共有


RequestMethodMatchConditionType 構造体

定義

RequestMethodMatchConditionType。

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

コンストラクター

RequestMethodMatchConditionType(String)

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

プロパティ

RequestMethodCondition

DeliveryRuleRequestMethodConditionParameters。

メソッド

Equals(RequestMethodMatchConditionType)

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

ToString()

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

演算子

Equality(RequestMethodMatchConditionType, RequestMethodMatchConditionType)

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

Implicit(String to RequestMethodMatchConditionType)

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

Inequality(RequestMethodMatchConditionType, RequestMethodMatchConditionType)

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

適用対象