teamworkDeviceConfiguration リソースの種類

名前空間: microsoft.graph

重要

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

ソフトウェア バージョン、周辺機器の構成 (カメラ、ディスプレイ、マイク、スピーカーなど)、ハードウェア構成、Teams クライアント構成など、Microsoft Teams 対応デバイスの構成の詳細を表します。

エンティティ から継承します。

メソッド

メソッド 戻り値の種類 説明
teamworkDeviceConfiguration を取得する teamworkDeviceConfiguration teamworkDeviceConfiguration オブジェクトのプロパティとリレーションシップを読み取ります。

プロパティ

プロパティ 説明
cameraConfiguration teamworkCameraConfiguration カメラの構成。 Microsoft Teams Rooms対応デバイスにのみ適用されます。
createdBy identitySet デバイス構成ドキュメントを作成したユーザーの ID。
createdDateTime DateTimeOffset デバイス構成ドキュメントが作成された UTC 日時。
displayConfiguration teamworkDisplayConfiguration 表示構成。
hardwareConfiguration teamworkHardwareConfiguration ハードウェア構成。 Teams Rooms対応デバイスにのみ適用されます。
id String ドキュメント識別子。 エンティティから継承 されます。
lastModifiedBy identitySet デバイス構成を最後に変更したユーザーの ID。
lastModifiedDateTime DateTimeOffset デバイス構成が最後に変更された UTC 日時。
microphoneConfiguration teamworkMicrophoneConfiguration マイクの構成。 Teams Rooms対応デバイスにのみ適用されます。
softwareVersions teamworkDeviceSoftwareVersions ファームウェア、オペレーティング システム、Teams クライアント、管理エージェントなど、デバイスのソフトウェア バージョンに関連する情報。
speakerConfiguration teamworkSpeakerConfiguration スピーカーの構成。 Teams Rooms対応デバイスにのみ適用されます。
systemConfiguration teamworkSystemConfiguration システム構成。 Teams Rooms対応デバイスには適用されません。
teamsClientConfiguration teamworkTeamsClientConfiguration Teams クライアント構成。 Teams Rooms対応デバイスにのみ適用されます。

JSON 表記

リソースの JSON 表記を次に示します。

{
  "@odata.type": "#microsoft.graph.teamworkDeviceConfiguration",
  "cameraConfiguration": {
    "@odata.type": "microsoft.graph.teamworkCameraConfiguration"
  },
  "createdBy": {
    "@odata.type": "microsoft.graph.identitySet"
  },
  "createdDateTime": "String (timestamp)",
  "displayConfiguration": {
    "@odata.type": "microsoft.graph.teamworkDisplayConfiguration"
  },
  "hardwareConfiguration": {
    "@odata.type": "microsoft.graph.teamworkHardwareConfiguration"
  },
  "id": "String (identifier)",
  "lastModifiedBy": {
    "@odata.type": "microsoft.graph.identitySet"
  },
  "lastModifiedDateTime": "String (timestamp)",
  "microphoneConfiguration": {
    "@odata.type": "microsoft.graph.teamworkMicrophoneConfiguration"
  },
  "softwareVersions": {
    "@odata.type": "microsoft.graph.teamworkDeviceSoftwareVersions"
  },
  "speakerConfiguration": {
    "@odata.type": "microsoft.graph.teamworkSpeakerConfiguration"
  },
  "systemConfiguration": {
    "@odata.type": "microsoft.graph.teamworkSystemConfiguration"
  },
  "teamsClientConfiguration": {
    "@odata.type": "microsoft.graph.teamworkTeamsClientConfiguration"
  }
}