activeDirectoryWindowsAutopilotDeploymentProfile リソースの種類

名前空間: microsoft.graph

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

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

Windows Autopilot Deployment プロファイル

windowsAutopilotDeploymentProfile から継承します

メソッド

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

プロパティ

プロパティ 説明
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
hybridAzureADJoinSkipConnectivityCheck ブール値 Autopilot Hybrid Azure AD 参加フローは、OOBE 中にドメイン コントローラーの接続が確立されていない場合でも続行されます。

リレーションシップ

リレーションシップ 説明
assignedDevices windowsAutopilotDeviceIdentity コレクション プロファイルに割り当てられているデバイスの一覧。 windowsAutopilotDeploymentProfile から継承
assignments windowsAutopilotDeploymentProfileAssignment コレクション プロファイルのグループ割り当ての一覧。 windowsAutopilotDeploymentProfile から継承
domainJoinConfiguration windowsDomainJoinConfiguration Active Directory ドメインに参加するための構成

JSON 表記

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

{
  "@odata.type": "#microsoft.graph.activeDirectoryWindowsAutopilotDeploymentProfile",
  "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",
  "hybridAzureADJoinSkipConnectivityCheck": true
}