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 None 删除 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 Boolean windowsAutopilotDeploymentProfile 继承的配置文件的 HardwareHash 提取
deviceNameTemplate 字符串 用于命名 AutoPilot 设备的模板。 这可以是自定义文本,也可以包含设备的序列号或随机生成的数字。 模板生成的文本总长度不得超过 15 个字符。 继承自 windowsAutopilotDeploymentProfile
deviceType windowsAutopilotDeviceType 此配置文件适用的 AutoPilot 设备类型。 继承自 windowsAutopilotDeploymentProfile。 可取值为:windowsPcsurfaceHub2holoLenssurfaceHub2SvirtualMachineunknownFutureValue
enableWhiteGlove 布尔 为配置文件启用 Autopilot White Glove。 继承自 windowsAutopilotDeploymentProfile
roleScopeTagIds 字符串集合 配置文件的作用域标记。 继承自 windowsAutopilotDeploymentProfile
managementServiceAppId 字符串 基于客户端设备的注册发现期间使用的 AzureAD 管理应用 ID 继承自 windowsAutopilotDeploymentProfile

关系

关系 类型 说明
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"
}