microsoftManagedTrainingSetting リソースの種類

名前空間: microsoft.graph

シミュレーション作成用の Microsoft マネージド トレーニング設定を表します。

trainingSetting から継承します。

プロパティ

プロパティ 説明
completionDateTime DateTimeOffset トレーニングの完了日。 タイムスタンプの種類は、ISO 8601 形式を使用して日付と時刻の情報を表し、常に UTC です。 たとえば、2014 年 1 月 1 日午前 0 時 (UTC) は、2014-01-01T00:00:00Z です。
settingType trainingSettingType 設定の種類。 使用可能な値: microsoftCustommicrosoftManagednoTrainingcustomunknownFutureValuetrainingSetting から継承されます。
trainingCompletionDuration trainingCompletionDuration トレーニングをスケジュールする前に指定する必要があるトレーニング完了期間。 使用可能な値: weekfortnitemonthunknownFutureValue

リレーションシップ

なし。

JSON 表記

次の JSON 表現は、リソースの種類を示しています。

{
  "@odata.type": "#microsoft.graph.microsoftManagedTrainingSetting",
  "completionDateTime": "String (timestamp)",
  "settingType": "String",
  "trainingCompletionDuration": "String"
}