groupPolicyPresentationValueLongDecimal リソースの種類

名前空間: microsoft.graph

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

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

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

groupPolicyPresentationValue から継承します。

メソッド

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

プロパティ

プロパティ 説明
lastModifiedDateTime DateTimeOffset オブジェクトが最後に変更された日時。 groupPolicyPresentationValue から継承
createdDateTime DateTimeOffset オブジェクトが作成された日時。 groupPolicyPresentationValue から継承
id 文字列 エンティティのキー。 groupPolicyPresentationValue から継承
Int64 関連付けられたプレゼンテーションの符号なし長整数型 (long) の値。

リレーションシップ

リレーションシップ 説明
definitionValue groupPolicyDefinitionValue プレゼンテーション値に関連付けられたグループ ポリシー定義値。 groupPolicyPresentationValue から継承
プレゼンテーション groupPolicyPresentation プレゼンテーション値に関連付けられたグループ ポリシー プレゼンテーション。 groupPolicyPresentationValue から継承

JSON 表記

以下は、リソースの JSON 表記です。

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