次の方法で共有


RequestMethodMatchConditionParameters コンストラクター

定義

オーバーロード

RequestMethodMatchConditionParameters()

RequestMethodMatchConditionParameters クラスの新しいインスタンスを初期化します。

RequestMethodMatchConditionParameters(Nullable<Boolean>, IList<String>)

RequestMethodMatchConditionParameters クラスの新しいインスタンスを初期化します。

RequestMethodMatchConditionParameters()

RequestMethodMatchConditionParameters クラスの新しいインスタンスを初期化します。

public RequestMethodMatchConditionParameters ();
Public Sub New ()

適用対象

RequestMethodMatchConditionParameters(Nullable<Boolean>, IList<String>)

RequestMethodMatchConditionParameters クラスの新しいインスタンスを初期化します。

public RequestMethodMatchConditionParameters (bool? negateCondition = default, System.Collections.Generic.IList<string> matchValues = default);
new Microsoft.Azure.Management.Cdn.Models.RequestMethodMatchConditionParameters : Nullable<bool> * System.Collections.Generic.IList<string> -> Microsoft.Azure.Management.Cdn.Models.RequestMethodMatchConditionParameters
Public Sub New (Optional negateCondition As Nullable(Of Boolean) = Nothing, Optional matchValues As IList(Of String) = Nothing)

パラメーター

negateCondition
Nullable<Boolean>

これが否定条件であるかどうかを説明します

matchValues
IList<String>

配信ルールの条件の一致値

適用対象