次の方法で共有


teamworkTeamsClientConfiguration リソースの種類

名前空間: microsoft.graph

重要

Microsoft Graph の /beta バージョンの API は変更される可能性があります。 実稼働アプリケーションでこれらの API を使用することは、サポートされていません。 v1.0 で API を使用できるかどうかを確認するには、Version セレクターを使用します。

Microsoft Teams Rooms デバイスで実行されているMicrosoft Teams クライアントの構成の詳細を表します

プロパティ

プロパティ 説明
accountConfiguration teamworkAccountConfiguration デバイスのMicrosoft Teams クライアント ユーザー アカウントの構成。
featuresConfiguration teamworkFeaturesConfiguration デバイスのMicrosoft Teamsクライアント機能の構成。

リレーションシップ

なし。

JSON 表記

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

{
  "@odata.type": "#microsoft.graph.teamworkTeamsClientConfiguration",
  "accountConfiguration": {
    "@odata.type": "microsoft.graph.teamworkAccountConfiguration"
  },
  "featuresConfiguration": {
    "@odata.type": "microsoft.graph.teamworkFeaturesConfiguration"
  }
}