microsoftCustomTrainingSetting リソースの種類
名前空間: microsoft.graph
シミュレーション作成用の Microsoft カスタム トレーニング設定を表します。
trainingSetting から継承します。
プロパティ
プロパティ | 型 | 説明 |
---|---|---|
completionDateTime | DateTimeOffset | トレーニングの完了日時。 タイムスタンプの種類は、ISO 8601 形式を使用して日付と時刻の情報を表し、常に UTC です。 たとえば、2014 年 1 月 1 日午前 0 時 (UTC) は、2014-01-01T00:00:00Z です。 |
settingType | trainingSettingType | トレーニングの構成に使用する設定を示すトレーニング設定の種類。 使用可能な値: microsoftCustom 、microsoftManaged 、noTraining 、custom 、unknownFutureValue 。
trainingSetting から継承されます。 |
trainingAssignmentMappings | microsoftTrainingAssignmentMapping コレクション | 関連付けられているトレーニングのマッピングの詳細。 |
trainingCompletionDuration | trainingCompletionDuration | トレーニングをスケジュールする前に指定する必要があるトレーニング完了期間。 使用可能な値: week 、fortnite 、month 、unknownFutureValue 。 |
リレーションシップ
なし。
JSON 表記
次の JSON 表現は、リソースの種類を示しています。
{
"@odata.type": "#microsoft.graph.microsoftCustomTrainingSetting",
"completionDateTime": "String (timestamp)",
"settingType": "String",
"trainingAssignmentMappings": [{"@odata.type": "microsoft.graph.microsoftTrainingAssignmentMapping"}],
"trainingCompletionDuration": "String"
}