次の方法で共有


RequestSchemeMatchConditionParameters コンストラクター

定義

オーバーロード

RequestSchemeMatchConditionParameters()

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

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

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

RequestSchemeMatchConditionParameters()

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

public RequestSchemeMatchConditionParameters ();
Public Sub New ()

適用対象

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

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

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

パラメーター

negateCondition
Nullable<Boolean>

これが条件を否定するかどうかを記述します

matchValues
IList<String>

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

適用対象