运算符枚举类型

命名空间:microsoft.graph

重要: /beta 版本下的 Microsoft Graph API 可能会更改;不支持生产使用。

注意:适用于 Intune 的 Microsoft Graph API 需要适用于租户的活动 Intune 许可证

规则的运算符。

Members

成员 说明
0 None 运算符。
1 和 运算符。
2 或 运算符。
isEquals 3 IsEquals 运算符。
notEquals 4 NotEquals 运算符。
greaterThan 5 GreaterThan 运算符。
lessThan 6 LessThan 运算符。
之间 7 在运算符之间。
notBetween 8 NotBetween 运算符。
greaterEquals 9 GreaterEquals 运算符。
lessEquals 10 LessEquals 运算符。
dayTimeBetween 11 DayTimeBetween 运算符。
beginsWith 12 BeginsWith 运算符。
notBeginsWith 13 NotBeginsWith 运算符。
endsWith 14 EndsWith 运算符。
notEndsWith 15 NotEndsWith 运算符。
contains 16 Contains 运算符。
notContains 17 NotContains 运算符。
allOf 18 AllOf 运算符。
oneOf 19 OneOf 运算符。
noneOf 20 NoneOf 运算符。
setEquals 21 SetEquals 运算符。
orderedSetEquals 22 OrderedSetEquals 运算符。
subsetOf 23 SubsetOf 运算符。
excludesAll 24 ExcludesAll 运算符。