SubscribeToToneOperation リソースの種類

名前空間: microsoft.graph

DTMF トーンを受信するサブスクリプションの作成の応答形式について説明します。

プロパティ

プロパティ 説明
clientContext String クライアント コンテキスト。
id String サーバー操作 ID。 読み取り専用です。
status String 使用可能な値: notStartedrunningcompletedfailed。 読み取り専用。

リレーションシップ

なし

JSON 表記

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

{
  "clientContext": "String",
  "id": "String (identifier)",
  "status": "notStarted | running | completed | failed"
}