azureADWindowsAutopilotDeploymentProfile リソースの種類

名前空間: microsoft.graph

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

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

Windows Autopilot Deployment プロファイル

windowsAutopilotDeploymentProfile から継承します

メソッド

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

プロパティ

プロパティ 説明
id String windowsAutopilotDeploymentProfile から継承されたプロファイル キー
displayName String windowsAutopilotDeploymentProfile から継承されたプロファイルの名前
説明 String windowsAutopilotDeploymentProfile から継承されたプロファイルの説明
language String windowsAutopilotDeploymentProfile から継承されたデバイスで構成された言語
createdDateTime DateTimeOffset windowsAutopilotDeploymentProfile から継承されたプロファイル作成時間
lastModifiedDateTime DateTimeOffset windowsAutopilotDeploymentProfile から継承されたプロファイル最終更新日時
outOfBoxExperienceSettings outOfBoxExperienceSettings 既定のエクスペリエンス設定 WindowsAutopilotDeploymentProfile から継承
enrollmentStatusScreenSettings windowsEnrollmentStatusScreenSettings [登録状態] 画面の設定 [継承元] windowsAutopilotDeploymentProfile
extractHardwareHash ブール値 windowsAutopilotDeploymentProfile から継承されたプロファイルの HardwareHash 抽出
deviceNameTemplate String AutoPilot デバイスの名前を付けるために使用されるテンプレート。 これはカスタム テキストで、デバイスのシリアル番号またはランダムに生成された番号を含めることもできます。 テンプレートによって生成されるテキストの長さの合計は 15 文字以内です。 windowsAutopilotDeploymentProfile から継承
deviceType windowsAutopilotDeviceType このプロファイルが適用できる AutoPilot デバイスの種類。 windowsAutopilotDeploymentProfile から継承されます。 使用可能な値: windowsPcsurfaceHub2holoLenssurfaceHub2SvirtualMachineunknownFutureValue
enableWhiteGlove ブール値 プロファイルの Autopilot White Protection を有効にします。 windowsAutopilotDeploymentProfile から継承
roleScopeTagIds String collection プロファイルのスコープ タグ。 windowsAutopilotDeploymentProfile から継承
managementServiceAppId String windowsAutopilotDeploymentProfile から継承されたクライアント デバイスベースの登録検出中に使用される AzureAD 管理アプリ ID

リレーションシップ

リレーションシップ 説明
assignedDevices windowsAutopilotDeviceIdentity コレクション プロファイルに割り当てられているデバイスの一覧。 windowsAutopilotDeploymentProfile から継承
assignments windowsAutopilotDeploymentProfileAssignment コレクション プロファイルのグループ割り当ての一覧。 windowsAutopilotDeploymentProfile から継承

JSON 表記

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

{
  "@odata.type": "#microsoft.graph.azureADWindowsAutopilotDeploymentProfile",
  "id": "String (identifier)",
  "displayName": "String",
  "description": "String",
  "language": "String",
  "createdDateTime": "String (timestamp)",
  "lastModifiedDateTime": "String (timestamp)",
  "outOfBoxExperienceSettings": {
    "@odata.type": "microsoft.graph.outOfBoxExperienceSettings",
    "hidePrivacySettings": true,
    "hideEULA": true,
    "userType": "String",
    "deviceUsageType": "String",
    "skipKeyboardSelectionPage": true,
    "hideEscapeLink": true
  },
  "enrollmentStatusScreenSettings": {
    "@odata.type": "microsoft.graph.windowsEnrollmentStatusScreenSettings",
    "hideInstallationProgress": true,
    "allowDeviceUseBeforeProfileAndAppInstallComplete": true,
    "blockDeviceSetupRetryByUser": true,
    "allowLogCollectionOnInstallFailure": true,
    "customErrorMessage": "String",
    "installProgressTimeoutInMinutes": 1024,
    "allowDeviceUseOnInstallFailure": true
  },
  "extractHardwareHash": true,
  "deviceNameTemplate": "String",
  "deviceType": "String",
  "enableWhiteGlove": true,
  "roleScopeTagIds": [
    "String"
  ],
  "managementServiceAppId": "String"
}