groupPolicyPresentationValueDecimal 资源类型

命名空间:microsoft.graph

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

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

实体表示策略定义上小数文本框表示的无符号整数值。

继承自 groupPolicyPresentationValue

方法

方法 返回类型 说明
列出 groupPolicyPresentationValueDecimals groupPolicyPresentationValueDecimal 集合 列出 groupPolicyPresentationValueDecimal 对象的属性和关系。
获取 groupPolicyPresentationValueDecimal groupPolicyPresentationValueDecimal 读取 groupPolicyPresentationValueDecimal 对象的属性和关系。
创建 groupPolicyPresentationValueDecimal groupPolicyPresentationValueDecimal 创建新的 groupPolicyPresentationValueDecimal 对象。
删除 groupPolicyPresentationValueDecimal 删除 groupPolicyPresentationValueDecimal
更新 groupPolicyPresentationValueDecimal groupPolicyPresentationValueDecimal 更新 groupPolicyPresentationValueDecimal 对象的属性。

属性

属性 类型 说明
lastModifiedDateTime DateTimeOffset 上次修改对象的日期和时间。 继承自 groupPolicyPresentationValue
createdDateTime DateTimeOffset 对象的创建日期和时间。 继承自 groupPolicyPresentationValue
id String 实体的键。 继承自 groupPolicyPresentationValue
Int64 关联演示文稿的无符号整数值。

关系

关系 类型 说明
definitionValue groupPolicyDefinitionValue 与表示值关联的组策略定义值。 继承自 groupPolicyPresentationValue
演示文稿 groupPolicyPresentation 与表示值关联的组策略演示文稿。 继承自 groupPolicyPresentationValue

JSON 表示形式

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

{
  "@odata.type": "#microsoft.graph.groupPolicyPresentationValueDecimal",
  "lastModifiedDateTime": "String (timestamp)",
  "createdDateTime": "String (timestamp)",
  "id": "String (identifier)",
  "value": 1024
}