noTrainingSetting resource type

Namespace: microsoft.graph

Represents a no-training setting for simulation creation.

Inherits from trainingSetting.

Properties

Property Type Description
settingType trainingSettingType The setting type. Possible values are: microsoftCustom, microsoftManaged, noTraining, custom, unknownFutureValue. Inherited from trainingSetting.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.noTrainingSetting",
  "settingType": "String"
}