Type de ressource windowsAutopilotDeploymentProfileAssignment
Espace de noms: microsoft.graph
Important: Les API Microsoft Graph sous la version /beta sont susceptibles d’être modifiées ; l’utilisation de production n’est pas prise en charge.
Remarque : l’API Microsoft Graph pour Intune requiert une licence Intune active pour le client.
Affectation d’un profil de déploiement Windows Autopilot à un groupe AAD.
Méthodes
Méthode | Type renvoyé | Description |
---|---|---|
Répertorier windowsAutopilotDeploymentProfileAssignments | collection windowsAutopilotDeploymentProfileAssignment | Répertorie les propriétés et les relations des objets windowsAutopilotDeploymentProfileAssignment . |
Obtenir windowsAutopilotDeploymentProfileAssignment | windowsAutopilotDeploymentProfileAssignment | Lit les propriétés et les relations de l’objet windowsAutopilotDeploymentProfileAssignment . |
Créer des fenêtresAutopilotDeploymentProfileAssignment | windowsAutopilotDeploymentProfileAssignment | Créez un objet windowsAutopilotDeploymentProfileAssignment . |
Supprimer windowsAutopilotDeploymentProfileAssignment | Aucun | Supprime un windowsAutopilotDeploymentProfileAssignment. |
Mettre à jour windowsAutopilotDeploymentProfileAssignment | windowsAutopilotDeploymentProfileAssignment | Mettez à jour les propriétés d’un objet windowsAutopilotDeploymentProfileAssignment . |
Propriétés
Propriété | Type | Description |
---|---|---|
id | String | Clé de l’affectation. |
target | deviceAndAppManagementAssignmentTarget | Cible d’affectation pour le profil de déploiement Windows Autopilot. |
source | deviceAndAppManagementAssignmentSource | Type de ressource utilisé pour le déploiement sur un groupe, direct ou parcel/policySet. Les valeurs possibles sont les suivantes : direct , policySets . |
sourceId | String | Identificateur de la ressource utilisée pour le déploiement sur un groupe |
Relations
Aucun
Représentation JSON
Voici une représentation JSON de la ressource.
{
"@odata.type": "#microsoft.graph.windowsAutopilotDeploymentProfileAssignment",
"id": "String (identifier)",
"target": {
"@odata.type": "microsoft.graph.deviceAndAppManagementAssignmentTarget",
"deviceAndAppManagementAssignmentFilterId": "String",
"deviceAndAppManagementAssignmentFilterType": "String"
},
"source": "String",
"sourceId": "String"
}