Share via


windowsAutopilotDeploymentProfilePolicySetItem-Ressourcentyp

Namespace: microsoft.graph

Wichtig: Microsoft Graph-APIs unter der /beta-Version können sich ändern. Die Verwendung in der Produktion wird nicht unterstützt.

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

Eine Klasse mit den Eigenschaften, die für das Windows Autopilot-Bereitstellungsprofil PolicySetItem verwendet werden.

Erbt von policySetItem

Methoden

Methode Rückgabetyp Beschreibung
auflisten von windowsAutopilotDeploymentProfilePolicySetItems windowsAutopilotDeploymentProfilePolicySetItem-Auflistung Auflisten der Eigenschaften und Beziehungen der objekte von windowsAutopilotDeploymentProfilePolicySetItem .
windowsAutopilotDeploymentProfilePolicySetItem abrufen windowsAutopilotDeploymentProfilePolicySetItem Liest eigenschaften und beziehungen des windowsAutopilotDeploymentProfilePolicySetItem-Objekts .
Erstellen von windowsAutopilotDeploymentProfilePolicySetItem windowsAutopilotDeploymentProfilePolicySetItem Erstellen Sie ein neues windowsAutopilotDeploymentProfilePolicySetItem-Objekt .
Löschen von windowsAutopilotDeploymentProfilePolicySetItem Keine Löscht ein windowsAutopilotDeploymentProfilePolicySetItem-Objekt.
Aktualisieren von windowsAutopilotDeploymentProfilePolicySetItem windowsAutopilotDeploymentProfilePolicySetItem Aktualisieren Sie die Eigenschaften eines windowsAutopilotDeploymentProfilePolicySetItem-Objekts .

Eigenschaften

Eigenschaft Typ Beschreibung
id String Schlüssel des PolicySetItem-Objekts. Geerbt von policySetItem
createdDateTime DateTimeOffset Erstellungszeit des PolicySetItem. Geerbt von policySetItem
lastModifiedDateTime DateTimeOffset Zeitpunkt der letzten Änderung von PolicySetItem. Geerbt von policySetItem
payloadId String PayloadId des PolicySetItem-Objekts. Geerbt von policySetItem
Itemtype String policySetType des PolicySetItem-Objekts. Geerbt von policySetItem
displayName String DisplayName des PolicySetItem-Objekts. Geerbt von policySetItem
status policySetStatus Status des PolicySetItem. Geerbt von policySetItem. Mögliche Werte sind: unknown, validating, partialSuccess, success, error und notAssigned.
errorCode errorCode Fehlercode, falls vorhanden. Geerbt von policySetItem. Mögliche Werte: noError, unauthorized, notFound, deleted.
guidedDeploymentTags Zeichenfolgensammlung Tags der geführten Bereitstellung geerbt von policySetItem

Beziehungen

Keine

JSON-Darstellung

Es folgt eine JSON-Darstellung der Ressource.

{
  "@odata.type": "#microsoft.graph.windowsAutopilotDeploymentProfilePolicySetItem",
  "id": "String (identifier)",
  "createdDateTime": "String (timestamp)",
  "lastModifiedDateTime": "String (timestamp)",
  "payloadId": "String",
  "itemType": "String",
  "displayName": "String",
  "status": "String",
  "errorCode": "String",
  "guidedDeploymentTags": [
    "String"
  ]
}