updateRecordingStatusOperation リソースの種類

名前空間: microsoft.graph

更新記録状態アクションの応答形式について説明します。

プロパティ

プロパティ 説明
clientContext String 一意のクライアント コンテキスト文字列。 最大制限は 256 文字です。
id String 読み取り専用です。
resultInfo resultInfo 結果の情報。 読み取り専用です。
status String 可能な値は、notStartedrunningcompletedfailed です。

リレーションシップ

なし。

JSON 表記

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

{
  "clientContext": "String",
  "id": "String (identifier)",
  "resultInfo": {"@odata.type": "#microsoft.graph.resultInfo"},
  "status": "notStarted | running | completed | failed"
}