activeDirectoryWindowsAutopilotDeploymentProfile 资源类型
命名空间:microsoft.graph
重要: /beta 版本下的 Microsoft Graph API 可能会发生更改;不支持生产用途。
注意: 适用于 Intune 的 Microsoft Graph API 需要适用于租户的 活动 Intune 许可证。
Windows Autopilot Deployment配置文件
继承自 windowsAutopilotDeploymentProfile
方法
属性
| 属性 | 类型 | 说明 |
|---|---|---|
| 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 | 字符串 | 用于命名 AutoPilot 设备的模板。 这可以是自定义文本,也可以包含设备的序列号或随机生成的数字。 模板生成的文本总长度不得超过 15 个字符。 继承自 windowsAutopilotDeploymentProfile |
| deviceType | windowsAutopilotDeviceType | 此配置文件适用的 AutoPilot 设备类型。 继承自 windowsAutopilotDeploymentProfile。 可取值为:windowsPc、surfaceHub2、holoLens、surfaceHub2S、virtualMachine、unknownFutureValue。 |
| enableWhiteGlove | 布尔 | 为配置文件启用 Autopilot White Glove。 继承自 windowsAutopilotDeploymentProfile |
| roleScopeTagIds | 字符串集合 | 配置文件的作用域标记。 继承自 windowsAutopilotDeploymentProfile |
| managementServiceAppId | 字符串 | 基于客户端设备的注册发现期间使用的 AzureAD 管理应用 ID 继承自 windowsAutopilotDeploymentProfile |
| hybridAzureADJoinSkipConnectivityCheck | 布尔 | 即使 Autopilot 混合 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
}
反馈
提交和查看相关反馈