groupPolicyPresentationValueDecimal リソースの種類

名前空間: microsoft.graph

重要: Microsoft Graph /beta バージョンの API は変更される場合があります。実稼働での使用はサポートされていません。

注: Intune 用 Microsoft Graph API には、テナントの 有効な Intune ライセンスが必要です。

エンティティは、ポリシー定義上の 10 進テキスト ボックスプレゼンテーションの符号なし整数値を表します。

groupPolicyPresentationValue から継承します。

メソッド

メソッド 戻り値の型 説明
List groupPolicyPresentationValueDecimals groupPolicyPresentationValueDecimal コレクション groupPolicyPresentationValueDecimal オブジェクトのプロパティとリレーションシップを一覧表示します。
Get groupPolicyPresentationValueDecimal groupPolicyPresentationValueDecimal groupPolicyPresentationValueDecimal オブジェクトのプロパティとリレーションシップを読み取る。
create groupPolicyPresentationValueDecimal groupPolicyPresentationValueDecimal 新しい groupPolicyPresentationValueDecimal オブジェクトを作成 します。
delete groupPolicyPresentationValueDecimal なし groupPolicyPresentationValueDecimal を削除します
update groupPolicyPresentationValueDecimal groupPolicyPresentationValueDecimal groupPolicyPresentationValueDecimal オブジェクトのプロパティを更新します。

プロパティ

プロパティ 説明
lastModifiedDateTime DateTimeOffset オブジェクトが最後に変更された日時。 groupPolicyPresentationValue から継承
createdDateTime DateTimeOffset オブジェクトが作成された日時。 groupPolicyPresentationValue から継承
id 文字列 エンティティのキー。 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
}