你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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>

转换列表

适用于