Skip to content

Latest commit

 

History

History
54 lines (43 loc) · 1.45 KB

File metadata and controls

54 lines (43 loc) · 1.45 KB
title serviceHostedMediaConfig resource type
description The serviceHostedMediaConfig type.
author ananmishr
ms.localizationpriority medium
ms.subservice cloud-communications
doc_type resourcePageType
ms.date 04/03/2024

serviceHostedMediaConfig resource type

Namespace: microsoft.graph

The media that's hosted remotely and is inherited from mediaConfig.

Properties

Property Type Description
preFetchMedia mediaInfo collection The list of media to pre-fetch.

JSON representation

The following JSON representation shows the resource type.

{
  "preFetchMedia": [ { "@odata.type": "microsoft.graph.mediaInfo" } ]
}