Type de ressource trainingSetting
Espace de noms: microsoft.graph
Type abstrait qui représente un paramètre d’entraînement pour la création de simulations.
Type de base de customTrainingSetting, microsoftCustomTrainingSetting, microsoftManagedTrainingSetting, microsoftTrainingAssignmentMapping et noTrainingSetting.
Propriétés
Propriété | Type | Description |
---|---|---|
settingType | trainingSettingType | Type de paramètre. Les valeurs possibles sont les suivantes : microsoftCustom , microsoftManaged , noTraining , custom , unknownFutureValue . |
Relations
Aucun.
Représentation JSON
La représentation JSON suivante montre le type de ressource.
{
"@odata.type": "#microsoft.graph.trainingSetting",
"settingType": "String"
}