使用其Rest API时应如何格式化Microsoft Azure媒体服务频道ID?

时间:2018-06-28 22:20:01

标签: azure uri azure-media-services

我一直在阅读Microsoft Azure documentation,理想化了在调用Microsoft Azure Media Services REST API for Channels时应如何格式化字符串。该文档显示,格式应为以下格式:

https://<accountname>.restv2.<location>.media.azure.net/api/Channels

因此,据我了解,这需要更改为:

https://genericAccountName.restv2.eastus.media.azure.net/api/Channels(‘genericChannelName’)

我的问题是,我是否需要删除URI中的任何引号或括号才能访问Channels API?

1 个答案:

答案 0 :(得分:1)

文档中的示例:

POST https://testrest.cloudapp.net/api/Channels('nb:chid:UUID:2c30f424-ab90-40c6-ba41-52a993e9d393')/启动HTTP / 1.1

因此您需要在ID名称周围输入'。