IsDeviceMatchConditionParameters コンストラクター

定義

オーバーロード

IsDeviceMatchConditionParameters()

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

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

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

IsDeviceMatchConditionParameters()

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

public IsDeviceMatchConditionParameters ();
Public Sub New ()

適用対象

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

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

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

パラメーター

negateCondition
Nullable<Boolean>

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

matchValues
IList<String>

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

transforms
IList<String>

変換のリスト

適用対象