次の方法で共有


importedWindowsAutopilotDeviceIdentity リソースの種類

名前空間: microsoft.graph

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

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

インポートした Windows Autopilot デバイス。

メソッド

メソッド 戻り値の型 説明
importedWindowsAutopilotDeviceIdentity のリスト importedWindowsAutopilotDeviceIdentity コレクション importedWindowsAutopilotDeviceIdentity オブジェクトのプロパティとリレーションシップのリストを作成します。
importedWindowsAutopilotDeviceIdentity の取得 importedWindowsAutopilotDeviceIdentity importedWindowsAutopilotDeviceIdentity オブジェクトのプロパティとリレーションシップを読み取ります。
importedWindowsAutopilotDeviceIdentity の作成 importedWindowsAutopilotDeviceIdentity 新規で importedWindowsAutopilotDeviceIdentity オブジェクトを作成します。
importedWindowsAutopilotDeviceIdentity の削除 なし importedWindowsAutopilotDeviceIdentity を削除します。
インポート アクション importedWindowsAutopilotDeviceIdentity コレクション

プロパティ

プロパティ 説明
id String オブジェクトの GUID
groupTag String Windows autopilot デバイスのグループ タグ。
シリアル番号 String Windows オートパイロット デバイスのシリアル番号。
productKey String Windows オートパイロット デバイスのプロダクト キー。
importId String Windows autopilot デバイスのインポート ID。
hardwareIdentifier Binary Windows オートパイロット デバイスのハードウェア BLOB。
state importedWindowsAutopilotDeviceIdentityState インポートしたデバイスの現在の状態。
assignedUserPrincipalName String デバイスが割り当てられるユーザーの UPN

リレーションシップ

なし

JSON 表記

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

{
  "@odata.type": "#microsoft.graph.importedWindowsAutopilotDeviceIdentity",
  "id": "String (identifier)",
  "groupTag": "String",
  "serialNumber": "String",
  "productKey": "String",
  "importId": "String",
  "hardwareIdentifier": "binary",
  "state": {
    "@odata.type": "microsoft.graph.importedWindowsAutopilotDeviceIdentityState",
    "deviceImportStatus": "String",
    "deviceRegistrationId": "String",
    "deviceErrorCode": 1024,
    "deviceErrorName": "String"
  },
  "assignedUserPrincipalName": "String"
}