groupPolicyPresentationValueLongDecimal リソースの種類

名前空間: microsoft.graph

大事な: /beta バージョンの Microsoft Graph API は変更される可能性があります。運用環境での使用はサポートされていません。

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

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

groupPolicyPresentationValue から継承します

メソッド

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

プロパティ

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

リレーションシップ

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

JSON 表記

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

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