windowsAutopilotDeploymentProfile 资源类型

命名空间:microsoft.graph

重要: /beta 版本下的 Microsoft Graph API 可能会更改;不支持生产使用。

注意:适用于 Intune 的 Microsoft Graph API 需要适用于租户的活动 Intune 许可证

Windows Autopilot Deployment配置文件

方法

方法 返回类型 说明
获取 windowsAutopilotDeploymentProfile windowsAutopilotDeploymentProfile 读取 windowsAutopilotDeploymentProfile 对象的属性和关系。
分配操作
策略集
hasPayloadLinks 操作 hasPayloadLinkResultItem 集合

属性

属性 类型 说明
id String 配置文件密钥
displayName String 配置文件的名称
说明 String 配置文件的说明
language String 在设备上配置的语言
createdDateTime DateTimeOffset 配置文件创建时间
lastModifiedDateTime DateTimeOffset 配置文件上次修改时间
outOfBoxExperienceSettings outOfBoxExperienceSettings 现装体验设置
enrollmentStatusScreenSettings windowsEnrollmentStatusScreenSettings 注册状态屏幕设置
extractHardwareHash 布尔值 配置文件的 HardwareHash 提取
deviceNameTemplate String 用于命名 AutoPilot 设备的模板。 这可以是自定义文本,也可以包含设备的序列号或随机生成的数字。 模板生成的文本的总长度不能超过 15 个字符。
deviceType windowsAutopilotDeviceType 此配置文件适用的 AutoPilot 设备类型。 可取值为:windowsPcsurfaceHub2
enableWhiteGlove 布尔值 为配置文件启用 Autopilot White Glove。
roleScopeTagIds 字符串集合 配置文件的范围标记。

关系

关系 类型 说明
注册
assignedDevices windowsAutopilotDeviceIdentity 集合 配置文件的已分配设备列表。
assignments windowsAutopilotDeploymentProfileAssignment 集合 配置文件的组分配列表。

JSON 表示形式

下面是资源的 JSON 表示形式。

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