名前空間: microsoft.graph
DTMF トーンを受信するサブスクリプションの作成の応答形式について説明します。
プロパティ
| プロパティ | 型 | 説明 |
|---|---|---|
| clientContext | 文字列 | クライアント コンテキスト。 |
| id | 文字列 | サーバー操作 ID。 読み取り専用です。 |
| status | String | 使用可能な値: notStarted、running、completed、failed。 読み取り専用です。 |
リレーションシップ
なし
JSON 表記
次の JSON 表現は、リソースの種類を示しています。
{
"clientContext": "String",
"id": "String (identifier)",
"status": "notStarted | running | completed | failed"
}