deviceManagement リソースの種類

名前空間: microsoft.graph

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

deviceManagement リソースは、Intune で事前設定されたテナントのコレクション デバイス ID と、事前登録構成をサポートするデバイス ID に割り当てられる登録プロファイルを表します。

メソッド

メソッド 戻り値の型 説明
Get deviceManagement deviceManagement deviceManagement オブジェクトのプロパティとリレーションシップを読み取ります。
Update deviceManagement deviceManagement deviceManagement オブジェクトのプロパティを更新します。

プロパティ

プロパティ 説明
id String オブジェクトの GUID。

リレーションシップ

リレーションシップ 説明
windowsAutopilotDeviceIdentities windowsAutopilotDeviceIdentity コレクション Windows autopilot デバイス ID にはコレクションが含まれています。
importedWindowsAutopilotDeviceIdentities importedWindowsAutopilotDeviceIdentityコレクション インポートされたWindows Autopilot デバイスのコレクション。

JSON 表記

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

{
  "@odata.type": "#microsoft.graph.deviceManagement",
  "id": "String (identifier)"
}