windowsAutopilotDeploymentProfile リソースの種類
名前空間: microsoft.graph
大事な: /beta バージョンの Microsoft Graph API は変更される可能性があります。運用環境での使用はサポートされていません。
注: Intune 用 Microsoft Graph API には、テナントの 有効な Intune ライセンスが必要です。
Windows Autopilot Deployment プロファイル
メソッド
| メソッド | 戻り値の型 | 説明 |
|---|---|---|
| windowsAutopilotDeploymentProfile を取得する | windowsAutopilotDeploymentProfile | windowsAutopilotDeploymentProfile オブジェクトのプロパティとリレーションシップを読み取ります。 |
| assign アクション | なし | まだ文書化されていません |
| ポリシー セット | ||
| hasPayloadLinks アクション | hasPayloadLinkResultItem コレクション | まだ文書化されていません |
プロパティ
| プロパティ | 型 | 説明 |
|---|---|---|
| id | String | プロファイル キー |
| displayName | String | プロファイルの名前 |
| description | String | プロファイルの説明 |
| language | String | デバイスで構成された言語 |
| createdDateTime | DateTimeOffset | プロファイルの作成時間 |
| lastModifiedDateTime | DateTimeOffset | プロファイルの最終変更時刻 |
| outOfBoxExperienceSettings | outOfBoxExperienceSettings | 既定のエクスペリエンス設定 |
| enrollmentStatusScreenSettings | windowsEnrollmentStatusScreenSettings | 登録状態画面の設定 |
| extractHardwareHash | ブール型 | プロファイルの HardwareHash 抽出 |
| deviceNameTemplate | String | AutoPilot デバイスの名前を付けるために使用されるテンプレート。 これはカスタム テキストで、デバイスのシリアル番号またはランダムに生成された番号を含めることもできます。 テンプレートによって生成されるテキストの長さの合計は 15 文字以内です。 |
| deviceType | windowsAutopilotDeviceType | このプロファイルが適用できる AutoPilot デバイスの種類。 可能な値は、windowsPc、surfaceHub2 です。 |
| enableWhiteGlove | ブール値 | プロファイルの Autopilot White Protection を有効にします。 |
| roleScopeTagIds | String collection | プロファイルのスコープ タグ。 |
リレーションシップ
| リレーションシップ | 型 | 説明 |
|---|---|---|
| 登録 | ||
| 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"
]
}
フィードバック
フィードバックの送信と表示