Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Namespace: microsoft.graph
Represents a no-training setting for simulation creation.
Inherits from trainingSetting.
Properties
| Property | Type | Description |
|---|---|---|
| settingType | trainingSettingType | The setting type. The 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"
}