win32LobAppProductCodeRule 资源类型

命名空间:microsoft.graph

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

用于存储 Win32 LOB 应用的产品代码和版本规则数据的复杂类型。 此规则作为要求规则不受支持。

继承自 win32LobAppRule

属性

属性 类型 说明
ruleType win32LobAppRuleType 指示规则用途的规则类型。 继承自 win32LobAppRule。 可取值为:detectionrequirement
productCode String 应用的产品代码。
productVersionOperator win32LobAppRuleOperator 产品版本比较运算符。 可取值为:notConfiguredequalnotEqualgreaterThangreaterThanOrEquallessThanlessThanOrEqual
productVersion String 产品版本比较值。

关系

JSON 表示形式

下面是资源的 JSON 表示形式。

{
  "@odata.type": "#microsoft.graph.win32LobAppProductCodeRule",
  "ruleType": "String",
  "productCode": "String",
  "productVersionOperator": "String",
  "productVersion": "String"
}