azureADWindowsAutopilotDeploymentProfile-Ressourcentyp

Namespace: microsoft.graph

Wichtig: Microsoft Graph-APIs unter der /beta-Version können geändert werden. Die Produktionsverwendung wird nicht unterstützt.

Hinweis: Die Microsoft Graph-API für Intune setzt eine aktive Intune-Lizenz für den Mandanten voraus.

Windows Autopilot Deployment Profil

Erbt von "windowsAutopilotDeploymentProfile"

Methoden

Methode Rückgabetyp Beschreibung
azureADWindowsAutopilotDeploymentProfiles auflisten azureADWindowsAutopilotDeploymentProfile-Sammlung Auflisten der Eigenschaften und Beziehungen der azureADWindowsAutopilotDeploymentProfile-Objekte .
azureADWindowsAutopilotDeploymentProfile abrufen azureADWindowsAutopilotDeploymentProfile Lesen der Eigenschaften und Beziehungen des azureADWindowsAutopilotDeploymentProfile-Objekts .
erstellen azureADWindowsAutopilotDeploymentProfile azureADWindowsAutopilotDeploymentProfile Erstellen Sie ein neues azureADWindowsAutopilotDeploymentProfile-Objekt .
azureADWindowsAutopilotDeploymentProfile löschen Keine Löscht ein azureADWindowsAutopilotDeploymentProfile.deletes a azureADWindowsAutopilotDeploymentProfile.
AzureADWindowsAutopilotDeploymentProfile aktualisieren azureADWindowsAutopilotDeploymentProfile Aktualisieren Sie die Eigenschaften eines azureADWindowsAutopilotDeploymentProfile-Objekts .

Eigenschaften

Eigenschaft Typ Beschreibung
id Zeichenfolge Profilschlüssel geerbt von windowsAutopilotDeploymentProfile
displayName String Name des Profils Geerbt von "windowsAutopilotDeploymentProfile"
description Zeichenfolge Beschreibung des Profils Geerbt von "windowsAutopilotDeploymentProfile"
language String Auf dem Gerät konfigurierte Sprache Geerbt von "windowsAutopilotDeploymentProfile"
createdDateTime DateTimeOffset Profilerstellungszeit Geerbt von "windowsAutopilotDeploymentProfile"
lastModifiedDateTime DateTimeOffset Zeit der letzten Änderung des Profils Geerbt von "windowsAutopilotDeploymentProfile"
outOfBoxExperienceSettings outOfBoxExperienceSettings Einstellung "Out-of-Box Experience" Geerbt von "windowsAutopilotDeploymentProfile"
enrollmentStatusScreenSettings windowsEnrollmentStatusScreenSettings Einstellung des Registrierungsstatusbildschirms Geerbt von "windowsAutopilotDeploymentProfile"
extractHardwareHash Boolescher Wert HardwareHash-Extraktion für das Profil Geerbt von "windowsAutopilotDeploymentProfile"
deviceNameTemplate Zeichenfolge Die Vorlage, die zum Benennen des AutoPilot-Geräts verwendet wird. Dies kann ein benutzerdefinierter Text sein und auch die Seriennummer des Geräts oder eine zufällig generierte Nummer enthalten. Die Gesamtlänge des von der Vorlage generierten Texts darf maximal 15 Zeichen lang sein. Geerbt von "windowsAutopilotDeploymentProfile"
deviceType windowsAutopilotDeviceType Der AutoPilot-Gerätetyp, für den dieses Profil gilt. Geerbt von "windowsAutopilotDeploymentProfile". Mögliche Werte sind: windowsPc, surfaceHub2, holoLens, surfaceHub2S, virtualMachine und unknownFutureValue.
enableWhiteGlove Boolesch Aktivieren Sie Autopilot White Glove für das Profil. Geerbt von "windowsAutopilotDeploymentProfile"
roleScopeTagIds String collection Bereichstags für das Profil. Geerbt von "windowsAutopilotDeploymentProfile"
managementServiceAppId Zeichenfolge AzureAD-Verwaltungs-App-ID, die während der clientgerätebasierten Registrierungsermittlung verwendet wird. Geerbt von windowsAutopilotDeploymentProfile

Beziehungen

Beziehung Typ Beschreibung
assignedDevices windowsAutopilotDeviceIdentity-Sammlung Die Liste der zugewiesenen Geräte für das Profil. Geerbt von "windowsAutopilotDeploymentProfile"
assignments windowsAutopilotDeploymentProfileAssignment-Sammlung Die Liste der Gruppenzuweisungen für das Profil. Geerbt von "windowsAutopilotDeploymentProfile"

JSON-Darstellung

Es folgt eine JSON-Darstellung der Ressource.

{
  "@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"
}