Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Namespace: microsoft.graph
Important
APIs under the /beta version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.
Contains information about the audio file to be played and other additional settings.
Properties
| Property | Type | Description |
|---|---|---|
| mediaInfo | mediaInfo | The media information. |
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"mediaInfo": { "@odata.type": "#microsoft.graph.mediaInfo" }
}
Example
{
"@odata.type": "#microsoft.graph.mediaPrompt",
"mediaInfo": {
"@odata.type": "#microsoft.graph.mediaInfo",
"uri": "https://cdn.contoso.com/beep.wav",
"resourceId": "1D6DE2D4-CD51-4309-8DAA-70768651088E"
}
}